update config dispatcher

This commit is contained in:
Matthieu Lamalle 2023-04-06 12:18:10 +02:00
parent dd00e3f079
commit 7feec0969b
1 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ hydra:
login_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_passwordless_base_path }}/login"
consent_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_passwordless_base_path }}/consent"
logout_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_passwordless_base_path }}/logout"
attributes_rewrite_rules: {{ hydra_passwordless_attributes_rewrite_rules | to_json }}
attributes_rewrite_configuration: {{ hydra_passwordless_attributes_rewrite_configuration | to_json }}
icon_url: "{{ hydra_passwordless_app_icon_url }}"
{% endif %}
{% if enable_hydra_saml %}
@ -24,7 +24,7 @@ hydra:
login_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_saml_base_path }}/login"
consent_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_saml_base_path }}/consent"
logout_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_saml_base_path }}/logout"
attributes_rewrite_rules: {{ hydra_saml_attributes_rewrite_rules | to_json }}
attributes_rewrite_configuration: {{ hydra_saml_attributes_rewrite_configuration | to_json }}
icon_url: "{{ hydra_saml_app_icon_url }}"
options:
icon_url:
@ -42,7 +42,7 @@ hydra:
login_url: "{{ hydra_oidc_base_url }}{{ haproxy_hydra_oidc_base_path }}/login"
consent_url: "{{ hydra_oidc_base_url }}{{ haproxy_hydra_oidc_base_path }}/consent"
logout_url: "{{ hydra_oidc_base_url }}{{ haproxy_hydra_oidc_base_path }}/logout"
attributes_rewrite_rules: {{ hydra_oidc_attributes_rewrite_rules | to_json }}
attributes_rewrite_configuration: {{ hydra_oidc_attributes_rewrite_configuration | to_json }}
icon_url: "{{ hydra_oidc_app_icon_url }}"
options:
icon_url:
@ -58,7 +58,7 @@ hydra:
login_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_ldap_base_path }}/auth/login"
consent_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_ldap_base_path }}/auth/consent"
logout_url: "{{ haproxy_public_base_url }}{{ haproxy_hydra_ldap_base_path }}/auth/logout"
attributes_rewrite_rules: {{ hydra_ldap_attributes_rewrite_rules | to_json }}
attributes_rewrite_configuration: {{ hydra_ldap_attributes_rewrite_configuration | to_json }}
icon_url: "{{ hydra_ldap_app_icon_url }}"
{% endif %}
webhook: