SaraSmiseth / prosody

Prosody XMPP server docker image
https://hub.docker.com/r/sarasmiseth/prosody
20 stars 7 forks source link

ENV list entries do not work with multiple values #11

Closed SaraSmiseth closed 3 years ago

SaraSmiseth commented 3 years ago

Check if the following ENV variables work as expected with multiple entries:

PROSODY_ADMINS E2E_POLICY_WHITELIST

SaraSmiseth commented 3 years ago

It does not work for multiple entries.

Examples:

Empty string works

PROSODY_ADMINS=""

One entry works

PROSODY_ADMINS="admin@domain.tld"

Multiple entries do not work

PROSODY_ADMINS="admin@domain.tld, admin2@domain.tld" Neither of each admins will actually be an admin.