Skip to content

Commit

Permalink
update ldap deployment example (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alevsk committed Mar 24, 2021
1 parent 7173176 commit b8cfb20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tenant-with-autocert-and-ldap.yaml
Expand Up @@ -33,7 +33,7 @@ data:
# Create base group
dn: ou=groups,dc=example,dc=org
objectclass:organizationalunit
objectclass:organizationalunit
ou: groups
description: generic groups branch
Expand Down Expand Up @@ -121,8 +121,8 @@ data:
CONSOLE_PBKDF_PASSPHRASE: U0VDUkVU
## Salt to encrypt jwt payload, base64 encoded (echo -n 'SECRET' | base64)
CONSOLE_PBKDF_SALT: U0VDUkVU
## Active Directory account username (used for Console Login), base64 encoded (echo -n 'billy' | base64)
CONSOLE_ACCESS_KEY: YmlsbHk=
## Active Directory account username (used for Console Login), base64 encoded (echo -n 'uid=billy,dc=example,dc=org' | base64)
CONSOLE_ACCESS_KEY: dWlkPWJpbGx5LGRjPWV4YW1wbGUsZGM9b3Jn
## Active Directory account password (used for Console Login), base64 encoded (echo -n 'billy123' | base64)
CONSOLE_SECRET_KEY: YmlsbHkxMjM=
---
Expand Down

0 comments on commit b8cfb20

Please sign in to comment.