From 7feec0969b8085d53007006c24ec4bf981330c96 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Thu, 6 Apr 2023 12:18:10 +0200 Subject: [PATCH] update config dispatcher --- templates/hydra-dispatcher-apps.yml.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/hydra-dispatcher-apps.yml.j2 b/templates/hydra-dispatcher-apps.yml.j2 index e06ef32..d039a26 100644 --- a/templates/hydra-dispatcher-apps.yml.j2 +++ b/templates/hydra-dispatcher-apps.yml.j2 @@ -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: