feat: make secure flag of cookie configurable (#26)

This commit is contained in:
Akira Yamazaki
2024-08-24 22:18:38 +08:00
committed by GitHub
parent 9801ef453d
commit c4c1fd8aab
5 changed files with 10 additions and 2 deletions
+1
View File
@@ -43,6 +43,7 @@ services:
OIDC_ISSUER: 'https://sso.example.com'
OIDC_CLIENT_SECRET: 'super_secret_client_secret'
DISABLE_API_KEY_LOGIN: 'true'
COOKIE_SECURE: 'false'
# These are the default values
HOST: '0.0.0.0'