mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Activated redis for oauth2 for large cookies
This commit is contained in:
@@ -21,4 +21,7 @@ allowed_groups = {{ applications | get_app_conf(oauth2_proxy_applicat
|
||||
email_domains = ["*"]
|
||||
{% else %}
|
||||
email_domains = "{{ primary_domain }}"
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
session_store_type = "redis"
|
||||
redis_connection_url = "redis://redis:6379"
|
Reference in New Issue
Block a user