Kaynağa Gözat

Add mautrix/appservice slack bridge bot username checks

pull/2227/head
Cody Wyatt Neiman 3 yıl önce
ebeveyn
işleme
6fb0f26b30
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 94475C8B94E4698D
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. +9
    -0
      roles/matrix-bridge-mautrix-slack/tasks/validate_config.yml

+ 9
- 0
roles/matrix-bridge-mautrix-slack/tasks/validate_config.yml Dosyayı Görüntüle

@@ -8,3 +8,12 @@
with_items: with_items:
- "matrix_mautrix_slack_appservice_token" - "matrix_mautrix_slack_appservice_token"
- "matrix_mautrix_slack_homeserver_token" - "matrix_mautrix_slack_homeserver_token"

- name: Fail if appservice-slack and mautrix-slack have conflicting bot usernames
when: matrix_appservice_slack_enabled | default(False) | bool and matrix_mautrix_slack_appservice_bot_username == matrix_appservice_slack_bot_name | default ('')
ansible.builtin.fail:
msg: |
The appservice-slack and mautrix-slack components are both enabled and use the same bot username ({{ matrix_mautrix_slack_appservice_bot_username }}), as per their default configuration, which causes a conflcit.
To resolve the conflict, make one of these components use a different username.
Consider either changing `matrix_mautrix_slack_appservice_bot_username` (the bot username for the mautrix-slack component) or `matrix_appservice_slack_bot_name` (the bot username for the appservice-slack component).
We recommend that you change the username for the newly-added (and yet unused) component.

Yükleniyor…
İptal
Kaydet