Skip to content

Commit

Permalink
Merge pull request #20 from lalithkota/develop-G2P-2355
Browse files Browse the repository at this point in the history
Helm Chart Opensearch: fixed roles key
  • Loading branch information
pjoshi751 authored Jul 3, 2024
2 parents b5c513c + 337b05f commit 4552806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/reporting/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ opensearch:
challenge: false
config:
subject_key: preferred_username
roles_key: groups
roles_key: client_roles
openid_connect_url: '{{ tpl .Values.opensearch.oidcWellKnownConfigUrl $ }}'
authentication_backend:
type: noop
Expand Down

0 comments on commit 4552806

Please sign in to comment.