Skip to content

Commit

Permalink
Merge pull request #23 from rh-cloud-architecture-workshop/sso-client…
Browse files Browse the repository at this point in the history
…-role

uma_protection client role
  • Loading branch information
btison authored Dec 8, 2023
2 parents eca1614 + 93e786c commit 03177c3
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ spec:
realmRoles:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
- uma_protection
notBefore: 0
groups: []
- username: mmiller
Expand All @@ -474,6 +477,9 @@ spec:
realmRoles:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
- uma_protection
notBefore: 0
groups: []
- username: asanders
Expand All @@ -493,6 +499,9 @@ spec:
realmRoles:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
- uma_protection
notBefore: 0
groups: []
- username: cjones
Expand All @@ -512,6 +521,9 @@ spec:
realmRoles:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
- uma_protection
notBefore: 0
groups: []
- username: pwong
Expand All @@ -531,6 +543,9 @@ spec:
realmRoles:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
- uma_protection
notBefore: 0
groups: []
clientScopeMappings:
Expand Down

0 comments on commit 03177c3

Please sign in to comment.