update ldap secret perms (#39)
This commit is contained in:
parent
0d1cc51818
commit
d849019a20
2 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@ EOH
|
||||||
|
|
||||||
template {
|
template {
|
||||||
destination = "local/ldap.secret"
|
destination = "local/ldap.secret"
|
||||||
|
perms = "600"
|
||||||
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
|
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@ job "brickbot2" {
|
||||||
|
|
||||||
template {
|
template {
|
||||||
destination = "local/ldap.secret"
|
destination = "local/ldap.secret"
|
||||||
|
perms = "600"
|
||||||
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
|
data = "{{ key \"api/ldap/secret\" }}" # this is necessary as the secret has no EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue