fix: add auth token env var to ed

This commit is contained in:
2023-07-17 08:16:28 +00:00
parent 027dda4bbd
commit 1c4d2d1456
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ ldap_group_dn: "ou=groups,dc=atlantishq,dc=de"
ldap_connection_url: ldap://192.168.122.112
ldap_connection_url_ext: "ldaps://ldap.atlantishq.de"
event_dispatcher_token: "HISTORY_PURGED_SECRET"
extra_root_keys:
- "# no extra keys"

View File

@@ -10,3 +10,4 @@ event-dispatcher:
LDAP_BIND_DN : "{{ ldap_bind_dn }}"
LDAP_BIND_PW : "{{ ldap_password }}"
LDAP_BASE_DN : "{{ ldap_user_dn }}"
SIGNAL_GATEWAY_PASS: "{{ event_dispatcher_token }}"