Skip to content

Commit

Permalink
Extract alternative user id into central request and add Admin role m…
Browse files Browse the repository at this point in the history
…apping for it
  • Loading branch information
ivan-degtiarenko authored and kovayur committed Jul 17, 2024
1 parent 247c567 commit 173beb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fleetshard/pkg/central/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,10 @@ func getAuthProviderConfig(remoteCentral private.ManagedCentral) *declarativecon
Path: "is_org_admin",
Name: "rh_is_org_admin",
},
{
Path: "deprecated_sub",
Name: "userid",
},
},
OIDCConfig: &declarativeconfig.OIDCConfig{
Issuer: remoteCentral.Spec.Auth.Issuer,
Expand Down

0 comments on commit 173beb0

Please sign in to comment.