Compare commits

..

No commits in common. "4fb709f133c9e730657bdfa23881be902db41404" and "dda65fb7b48460e286a25b05d061655af8361573" have entirely different histories.

2 changed files with 4 additions and 3 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
hydra_dispatcher_webhook: false enable_hydra_dispatcher_webhook: no
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 hydra_oidc_scope: openid email webhook
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,8 +61,9 @@ 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: {{ hydra_dispatcher_webhook }} enabled: true
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