We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431637d commit d1f59caCopy full SHA for d1f59ca
docs/examples/auth/oauth-external-auth/README.md
@@ -55,7 +55,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addon
55
56
- OAUTH2_PROXY_CLIENT_ID with the github `<Client ID>`
57
- OAUTH2_PROXY_CLIENT_SECRET with the github `<Client Secret>`
58
-- OAUTH2_PROXY_COOKIE_SECRET with value of `python -c 'import os,base64; print base64.b64encode(os.urandom(16))'`
+- OAUTH2_PROXY_COOKIE_SECRET with value of `python -c 'import os,base64; print(base64.b64encode(os.urandom(16)).decode("ascii"))'`
59
60
4. Customize the contents of the file dashboard-ingress.yaml:
61
0 commit comments