forked from extern/innernet-playbook
fix secret
This commit is contained in:
parent
c45985ae66
commit
ebb1bde35c
@ -14,7 +14,8 @@ steps:
|
||||
pull: if-not-exists
|
||||
image: nixery.dev/shell/openldap
|
||||
environment:
|
||||
LDAP_PW_FRED: ldap_pw_fred
|
||||
LDAP_PW_FRED:
|
||||
from_secret: ldap_pw_fred
|
||||
commands:
|
||||
- ldapwhoami -vvv -h 10.200.64.9 -p 389 -D uid=fred.bloggs,ou=fellowship,dc=fsfe,dc=org -x -w $LDAP_PW_FRED
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2ffcfa21bfdda565bb2c9e0ad6aab0b50e28a173
|
||||
Subproject commit b22ed68e7221c799065bcad128f11e4b99ab0109
|
Loading…
Reference in New Issue
Block a user