Skip to content

Commit

Permalink
Include usage information for the oauth2-proxy field 'cookieSecret' (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
absoludity authored Nov 25, 2019
1 parent f3cb6c8 commit 10b1cfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chart/kubeapps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,13 @@ authProxy:
provider:
clientID:
clientSecret:
## cookieSecret is used by oauth2-proxy to encrypt any credentials so that it requires
## no storage. Note that it must be a particular number of bytes. Recommend using the
## following to generate a cookieSecret as per the oauth2 configuration documentation
## at https://pusher.github.io/oauth2_proxy/configuration :
## python -c 'import os,base64; print base64.urlsafe_b64encode(os.urandom(16))'
cookieSecret:
## Use "example.com" to restrict logins to emails from example.com
emailDomain: "*"
## Additional flags for oauth2-proxy
##
Expand Down

0 comments on commit 10b1cfa

Please sign in to comment.