Compare commits

..

2 Commits

Author SHA1 Message Date
Matthieu Lamalle 4fb709f133 update default webhook var 2023-03-28 16:25:55 +02:00
Matthieu Lamalle 9469a5ec4f remove unused hydra-oidc scope 2023-03-27 14:03:50 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -75,7 +75,7 @@ hydra_dispatcher_sentry_dsn:
hydra_dispatcher_sentry_environment: hydra_dispatcher_sentry_environment:
hydra_dispatcher_mounts: [] hydra_dispatcher_mounts: []
hydra_dispatcher_disable_app_auto_select: true hydra_dispatcher_disable_app_auto_select: true
enable_hydra_dispatcher_webhook: no hydra_dispatcher_webhook: false
hydra_dispatcher_webhook_api_url: hydra_dispatcher_webhook_api_url:
hydra_dispatcher_webhook_api_key: YouNeedToChangeMe hydra_dispatcher_webhook_api_key: YouNeedToChangeMe
hydra_dispatcher_webhook_rules: hydra_dispatcher_webhook_rules:
@ -225,7 +225,7 @@ hydra_oidc_token_endpoint:
hydra_oidc_userinfo_endpoint: hydra_oidc_userinfo_endpoint:
hydra_oidc_logout_endpoint: hydra_oidc_logout_endpoint:
hydra_oidc_post_logout_redirect_url: hydra_oidc_post_logout_redirect_url:
hydra_oidc_scope: openid email webhook hydra_oidc_scope: openid email
hydra_oidc_client_id: hydra_oidc_client_id:
hydra_oidc_client_secret: hydra_oidc_client_secret:
hydra_oidc_additionnal_env: {} hydra_oidc_additionnal_env: {}

View File

@ -61,9 +61,8 @@ hydra:
attributes_rewrite_rules: {{ hydra_ldap_attributes_rewrite_rules | to_json }} attributes_rewrite_rules: {{ hydra_ldap_attributes_rewrite_rules | to_json }}
icon_url: "{{ hydra_ldap_app_icon_url }}" icon_url: "{{ hydra_ldap_app_icon_url }}"
{% endif %} {% endif %}
{% if enable_hydra_dispatcher_webhook %}
webhook: webhook:
enabled: true enabled: {{ hydra_dispatcher_webhook }}
api_url: {{ hydra_dispatcher_webhook_api_url }} api_url: {{ hydra_dispatcher_webhook_api_url }}
api_key: {{ hydra_dispatcher_webhook_api_key }} api_key: {{ hydra_dispatcher_webhook_api_key }}
api_method: POST api_method: POST