Skip to content

Commit

Permalink
Remove deprecated sessionCookieSecure option (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper7 authored Mar 3, 2023
1 parent fb68d0e commit c8af3a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.18
version: 0.1.19

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.48.0"
appVersion: "v1.53.4"

dependencies:
- name: minio
Expand Down
2 changes: 0 additions & 2 deletions charts/studio/templates/configmap-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ data:
{{- end }}
SCM_PROVIDERS: {{ $scmProviders | join "," | quote }}

SESSION_COOKIE_SECURE: {{ .Values.global.sessionCookieSecure | quote | title }}

SOCIAL_AUTH_REDIRECT_IS_HTTPS: "False"

{{- if .Values.global.ingress.enabled }}
Expand Down
3 changes: 0 additions & 3 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ global:
# We recommend you set this externally. If left empty, a random key will be generated.
secretKey: ""

# -- Studio: Enable secure flag on session cookies
sessionCookieSecure: true

# -- Studio: Custom CA certificate in PEM format
# customCaCert: |-
# -----BEGIN CERTIFICATE-----
Expand Down

0 comments on commit c8af3a1

Please sign in to comment.