File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.14
18
+ version : 0.1.15
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ data:
101
101
{{- end }}
102
102
SCM_PROVIDERS : {{ $scmProviders | join "," | quote }}
103
103
104
+ SESSION_COOKIE_SECURE : {{ .Values.global.sessionCookieSecure | quote | title }}
105
+
104
106
SOCIAL_AUTH_REDIRECT_IS_HTTPS : " False"
105
107
106
108
{{- if .Values.global.ingress.enabled }}
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ global:
16
16
# We recommend you set this externally. If left empty, a random key will be generated.
17
17
secretKey : " "
18
18
19
+ # -- Studio: Enable secure flag on session cookies
20
+ sessionCookieSecure : true
21
+
19
22
# -- Studio: Custom CA certificate in PEM format
20
23
# customCaCert: |-
21
24
# -----BEGIN CERTIFICATE-----
You can’t perform that action at this time.
0 commit comments