Working Base Config for Taiga #1

Merged
patdyn merged 60 commits from config-play into main 2023-09-01 10:38:18 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 6d38a3eee3 - Show all commits

View file

@ -30,4 +30,5 @@ Get RABBITMQ_DEFAULT_VHOST from taiga-configmap in taiga-events-rabbitmq-deploym
Get RABBITMQ_DEFAULT_VHOST from taiga-configmap in taiga-async-rabbitmq-deployment Get RABBITMQ_DEFAULT_VHOST from taiga-configmap in taiga-async-rabbitmq-deployment
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

View file

@ -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"