File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: codetogether
33description : CodeTogether Live provides pair programming and collaborative coding
44
55type : application
6- version : 1.4.20
6+ version : 1.4.21
77appVersion : " 2024.2.0"
88kubeVersion : " >= 1.18.0"
99
Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ spec:
205205 key : systemBaseUrl
206206 - name : CT_SSO_SECURE_JWKS_ENDPT_ENABLE
207207 value : {{ .Values.sso.jwksEndPointEnabled | quote }}
208+ - name : CT_REQUEST_OFFLINE_ACCESS
209+ value : {{ .Values.sso.offlineAccessScope | default "true" | quote }}
208210 {{- end }}
209211
210212 {{- if .Values.securityContext.readOnlyRootFilesystem}}
Original file line number Diff line number Diff line change 186186 clientSecret : " my-id-secret"
187187 # Set this value to 'true' if you are using Oracle IDCS OpenID Connect.
188188 jwksEndPointEnabled : false
189-
189+ offlineAccessScope : true
190190#
191191# The following sections provide default configurations for the
192192# container and normally do not need to be modified.
You can’t perform that action at this time.
0 commit comments