feat: make secure flag of cookie configurable (#26)
This commit is contained in:
parent
9801ef453d
commit
c4c1fd8aab
5 changed files with 10 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue