Move the admin users to the ejabberd encrypted data bag

This commit is contained in:
Greg Karékinian 2020-02-14 13:56:17 +01:00
parent 49d01991fd
commit dc1226073c
2 changed files with 11 additions and 11 deletions

View File

@ -1,9 +1,16 @@
{
"id": "ejabberd",
"5apps_ldap_password": {
"encrypted_data": "NjlYL0mMpXmLP2pk1ZSo5mWt+qosx7eh7+duoPc57avQGwPJ6Vxb\n",
"iv": "q/py5XYCEXARUEA9\n",
"auth_tag": "4xoSjTjLYNzuLvoksf3Thw==\n",
"encrypted_data": "LRafA47WMyuQe5KA4oOc6i/pTflwpG8Gq8v7cvsTr51XwJD62i9L\n",
"iv": "CSvV2mbofDQP4T42\n",
"auth_tag": "PERdYnrFKGs+HaPBD6Um+A==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"admins": {
"encrypted_data": "D1fEa5S7ADU4tornw/FdcDifE6CzqM6TrLliWYxQ1AxwAuewdh0G2OfgjKOt\nvvibgIEMkr83FkX4La2wOjW8X6/DpBiyeys9RznVD4s0jmSaCG7qGHask3+R\nFLRl0gcYFCPkQopIAYihjnwvm9t1MwPXPF9c7B7rN5W2VvctQ9OEN3MgboHl\n",
"iv": "IgodYNr3muNTfkhX\n",
"auth_tag": "OJ42GSFtEp/KCxSIGhdbVg==\n",
"version": 3,
"cipher": "aes-256-gcm"
}

View File

@ -122,14 +122,7 @@ ldap_domain = node['kosmos-dirsrv']['master_hostname']
ldap_encryption_type = node.chef_environment == "development" ? "none" : "tls"
ldap_base = "cn=users,dc=kosmos,dc=org"
admin_users = [
"greg@5apps.com",
"sebastian@5apps.com",
"garret@5apps.com",
"raucao@kosmos.org",
"greg@kosmos.org",
"galfert@kosmos.org"
]
admin_users = ejabberd_credentials['admins']
template "/opt/ejabberd/conf/ejabberd.yml" do
source "ejabberd.yml.erb"