update ldap secret perms (#39)

This commit is contained in:
wizzdom 2024-04-11 16:26:06 +01:00 committed by GitHub
parent 0d1cc51818
commit d849019a20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -70,6 +70,7 @@ EOH
template {
destination = "local/ldap.secret"
perms = "600"
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
}

View file

@ -22,6 +22,7 @@ job "brickbot2" {
template {
destination = "local/ldap.secret"
perms = "600"
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
}