Skip to content

Commit

Permalink
chore: update mutator
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Oct 9, 2023
1 parent 39e91a1 commit a02b5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/galoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ oathkeeper:
mutators:
- handler: id_token
config:
claims: '{"sub": "{{ print .Subject }}"}'
claims: '{"sub": "{{ print .Subject }}", "scope": "{{ print .Extra.scope }}" }'
maester:
enabled: false
kratos:
Expand Down

0 comments on commit a02b5ff

Please sign in to comment.