change: switch to dispatch access token auth

This commit is contained in:
2024-02-19 17:27:18 +00:00
parent 9112b6f645
commit 7034da2171
2 changed files with 3 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ event-dispatcher:
LDAP_BIND_PW : "{{ ldap_password }}"
LDAP_BASE_DN : "{{ ldap_user_dn }}"
DISPATCH_ACCESS_TOKEN: "{{ event_dispatcher_pass }}"
SETTINGS_ACCESS_TOKEN: "{{ notification_settings_access_token }}"
event-dispatcher-worker:
@@ -20,8 +21,7 @@ event-dispatcher-worker:
environment:
DISPATCH_SERVER: "{{ event_dispatcher_proto }}://{{ event_dispatcher_host }}"
DISPATCH_USER: "{{ event_dispatcher_user }}"
DISPATCH_PASSWORD: "{{ event_dispatcher_pass }}"
DISPATCH_ACCESS_TOKEN: "{{ event_dispatcher_pass }}"
NTFY_PUSH_TARGET: "{{ ntfy_push_target }}"
NTFY_USER: "admin"