Skip to content

Commit

Permalink
feat: add openmetadata.config.authentication.responseType field
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Dec 8, 2023
1 parent 6b362de commit f913166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/openmetadata/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ data:
AUTHENTICATION_JWT_PRINCIPAL_CLAIMS: {{ include "OpenMetadata.commaJoinedQuotedEncodedList" (dict "value" .Values.openmetadata.config.authentication.jwtPrincipalClaims) }}
{{- with .Values.openmetadata.config.authentication }}
AUTHENTICATION_PROVIDER: {{ .provider | quote | b64enc }}
AUTHENTICATION_RESPONSE_TYPE: {{ .responseType | quote | b64enc }}
AUTHENTICATION_AUTHORITY: {{ .authority | quote | b64enc }}
AUTHENTICATION_CLIENT_ID: {{ .clientId | quote | b64enc }}
AUTHENTICATION_CALLBACK_URL: {{ .callbackUrl | quote | b64enc }}
Expand Down
2 changes: 1 addition & 1 deletion charts/openmetadata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ openmetadata:
authority: "https://accounts.google.com"
clientId: ""
callbackUrl: ""
responseType: "id_token"
responseType: id_token
jwtPrincipalClaims:
- "email"
- "preferred_username"
Expand Down

0 comments on commit f913166

Please sign in to comment.