Authelia | client-secrets hashen #3

Merged
roydfalk merged 12 commits from dev-authelia_hashed_client_secrets into main 2024-10-26 12:10:57 +02:00
Showing only changes of commit 13561a2019 - Show all commits

View file

@ -1,7 +1,7 @@
[ [
{ {
"name": "configuration | compute client secret hash", "name": "configuration | compute client secret hash",
"become" true, "become": true,
"ansible.builtin.command": { "ansible.builtin.command": {
"cmd": "authelia crypto hash generate bcrypt --password {{var_authelia_for_wiki_js_client_secret}}" "cmd": "authelia crypto hash generate bcrypt --password {{var_authelia_for_wiki_js_client_secret}}"
}, },