From 168b9fa2f93be81f0da2553954c3c1f8fe950b04 Mon Sep 17 00:00:00 2001 From: Lucas Ponce Date: Wed, 28 Feb 2024 17:56:14 +0100 Subject: [PATCH] OCM-5822 | Fix: missing ExternalAuthConfig locator --- model/clusters_mgmt/v1/cluster_resource.model | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/model/clusters_mgmt/v1/cluster_resource.model b/model/clusters_mgmt/v1/cluster_resource.model index 812dec80..bb1dfab0 100644 --- a/model/clusters_mgmt/v1/cluster_resource.model +++ b/model/clusters_mgmt/v1/cluster_resource.model @@ -64,6 +64,11 @@ resource Cluster { target IdentityProviders } + // Reference to the resource that manages the external authentication configuration. + locator ExternalAuthConfig { + target ExternalAuthConfig + } + // Reference to the resource that manages the external configuration. locator ExternalConfiguration { target ExternalConfiguration