Skip to content

Commit

Permalink
use variable for client name
Browse files Browse the repository at this point in the history
  • Loading branch information
btison committed Dec 8, 2023
1 parent 03177c3 commit bb828ac
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ spec:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
{{ $.Values.client.gateway }}:
- uma_protection
notBefore: 0
groups: []
Expand All @@ -478,7 +478,7 @@ spec:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
{{ $.Values.client.gateway }}:
- uma_protection
notBefore: 0
groups: []
Expand All @@ -500,7 +500,7 @@ spec:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
{{ $.Values.client.gateway }}:
- uma_protection
notBefore: 0
groups: []
Expand All @@ -522,7 +522,7 @@ spec:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
{{ $.Values.client.gateway }}:
- uma_protection
notBefore: 0
groups: []
Expand All @@ -544,7 +544,7 @@ spec:
- default-roles-{{ $.Values.realm.name }}
- web-user
clientRoles:
globex-web-gateway:
{{ $.Values.client.gateway }}:
- uma_protection
notBefore: 0
groups: []
Expand Down Expand Up @@ -709,7 +709,7 @@ spec:
- offline_access
- microprofile-jwt
- id: {{ uuidv4 }}
clientId: globex-web-gateway
clientId: {{ $.Values.client.gateway }}
surrogateAuthRequired: false
enabled: true
alwaysDisplayInConsole: false
Expand Down

0 comments on commit bb828ac

Please sign in to comment.