Add session cookie settings
This commit is contained in:
parent
c52d2369b9
commit
6d38a3eee3
2 changed files with 5 additions and 1 deletions
|
@ -31,3 +31,4 @@ Get RABBITMQ_DEFAULT_VHOST from taiga-configmap in taiga-async-rabbitmq-deployme
|
||||||
Move all values from taiga-rabbitmq-secret to taiga-secret
|
Move all values from taiga-rabbitmq-secret to taiga-secret
|
||||||
Remove taiga-rabbitmq-secret from config
|
Remove taiga-rabbitmq-secret from config
|
||||||
Rename all occurrences of taiga-rabbitmq-secret to taiga-secret
|
Rename all occurrences of taiga-rabbitmq-secret to taiga-secret
|
||||||
|
Add SESSION_COOKIE_SECURE: "False" and CSRF_COOKIE_SECURE: "False" to taiga-configmap.yaml
|
|
@ -47,3 +47,6 @@ data:
|
||||||
|
|
||||||
# Rabbitmq settings
|
# Rabbitmq settings
|
||||||
RABBITMQ_DEFAULT_VHOST: taiga
|
RABBITMQ_DEFAULT_VHOST: taiga
|
||||||
|
|
||||||
|
SESSION_COOKIE_SECURE: "False"
|
||||||
|
CSRF_COOKIE_SECURE: "False"
|
||||||
|
|
Loading…
Reference in a new issue