Skip to content

Commit

Permalink
Merge pull request #912 from chenz4027/fix-username
Browse files Browse the repository at this point in the history
OCM-4459 | fix: change casing to fix the create failure issue
  • Loading branch information
machi1990 authored Mar 6, 2024
2 parents 1a0085a + c290e0a commit 5856dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/clusters_mgmt/v1/external_auth_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ struct ExternalAuthClaim {
struct TokenClaimMappings {

// Username is a name of the claim that should be used to construct usernames for the cluster identity.
@json(name = "username")
UserName UsernameClaim

// Groups is a name of the claim that should be used to construct groups for the cluster identity.
Expand Down

0 comments on commit 5856dc4

Please sign in to comment.