Update readme that secret is optional now

[ci skip]
pull/8366/head
Oliver Günther 5 years ago
parent 60ea0a62f4
commit 71916c049f
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 4
      docs/installation-and-operations/configuration/README.md

@ -76,6 +76,10 @@ Example:
auth_source_sso:
header: X-Remote-User
# Optional secret to be passed by the header in form
# of a colon-separted userinfo string
# e.g., X-Remote-User "username:s3cret"
secret: s3cr3t
# Uncomment to make the header optional.
# optional: true

Loading…
Cancel
Save