Skip to content

Commit

Permalink
OCM-5822 | Fix: missing ExternalAuthConfig locator
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasponce committed Feb 28, 2024
1 parent 0af3b2e commit 168b9fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions model/clusters_mgmt/v1/cluster_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 168b9fa

Please sign in to comment.