Set postgresql password from an encrypted data bag

This commit is contained in:
Greg Karékinian
2019-03-13 17:38:24 +01:00
parent d8a0ecec76
commit 6b9ce81212
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"id": "postgresql",
"ejabberd_user_password": {
"encrypted_data": "S/vdx+qZ4FWtbM29yDRoIgjvFORoArJVlanPm/el1nCM0se0pnxw\n",
"iv": "ARRo7yYYb7fve7Fv\n",
"auth_tag": "q7AGIahxB50jHjD+/9po0g==\n",
"version": 3,
"cipher": "aes-256-gcm"
},
"server_password": {
"encrypted_data": "guWsuw7EqHQGMawW9P77Q12P8tUslpXE3AwRbobJlaTClVU08kcz\n",
"iv": "ELRNrSW+zKYfL/eb\n",
"auth_tag": "zayCIjABap1NsOewJDzapA==\n",
"version": 3,
"cipher": "aes-256-gcm"
}
}