Skip to content

Commit

Permalink
Merge pull request #907 from lucasponce/fix_ocm_5822_missing_locator
Browse files Browse the repository at this point in the history
OCM-5822 | Fix: missing ExternalAuthConfig locator
  • Loading branch information
andreadecorte authored Feb 28, 2024
2 parents 0af3b2e + 168b9fa commit aebea24
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 aebea24

Please sign in to comment.