Skip to content

Commit

Permalink
Tandoor: Change auth env
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Nov 27, 2023
1 parent 2515fa8 commit 6189773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tandoor/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ tandoor_docker_envs_default:
POSTGRES_DB: "{{ postgres_docker_env_db }}"
DEBUG: "0"
GUNICORN_MEDIA: "1"
REVERSE_PROXY_AUTH: "1"
REMOTE_USER_AUTH: "1"
tandoor_docker_envs_custom: {}
tandoor_docker_envs: "{{ tandoor_docker_envs_default
| combine(tandoor_docker_envs_custom) }}"
Expand Down

0 comments on commit 6189773

Please sign in to comment.