File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
deploy/helm/apikeymanager Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ spec:
106106 value : {{ .Values.config.contact_email | quote }}
107107 - name : " APIKM_OPENAPI_URL"
108108 value : {{ .Values.config.openapi_url | quote }}
109+ - name : " APIKM_OAUTH2_ATTRIBUTES"
110+ value : {{ .Values.config.oauth2_attributes | quote }}
109111 {{- range $key, $val := .Values.env }}
110112 - name : {{ $key }}
111113 value : {{ $val | quote }}
Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ config:
5959 contact_email : " support@csgroup.space"
6060 # -- The URL where the OpenAPI schema will be served from
6161 openapi_url : " /openapi.json"
62+ # -- List of optional OAuth2 attributes to save as key/values in the API key "config" dict. The list is given as a
63+ # -- comma-separated str (e.g. 'attr1,attr2') or json representation str (e.g. '["attr1", "attr2"]')
64+ oauth2_attributes : " "
6265
6366# --
6467fullnameOverride : " "
You can’t perform that action at this time.
0 commit comments