Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document that ldap/msad bind password can be passed via environment variable #4680

Merged
merged 1 commit into from
Feb 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions components/docs-chef-io/content/automate/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ bind_dn
bind_password
: "your bind_password"

`bind_password` may also be passed via the `AUTOMATE_SECRET_MSAD_PASSWORD` environment
variable when running `chef-automate` commands.

ca_contents
: Your certificate authority (CA) certificate contents. You can provide multiple PEM-encoded CA certs. Optional.

Expand Down Expand Up @@ -495,6 +498,9 @@ See below for the full configuration and additional details about all LDAP confi
# users to authenticate for Chef Automate (and also to search for their group membership).
# Example: "uid=seviceaccount,cn=users,dc=example,dc=com"
bind_dn = "<your bind_dn>"

# bind_password may also be passed via the AUTOMATE_SECRET_LDAP_PASSWORD environment
# variable when running `chef-automate` commands.
bind_password = "<your bind_password>"

###
Expand Down