Skip to content

Commit 292aca7

Browse files
authored
Merge pull request #4329 from steakunderscore/update-oauth2_proxy-docs
Update references to oauth2_proxy
2 parents 929945e + b8cedab commit 292aca7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/examples/auth/oauth-external-auth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ metadata:
3131

3232
### Example: OAuth2 Proxy + Kubernetes-Dashboard
3333

34-
This example will show you how to deploy [`oauth2_proxy`](https://github.com/bitly/oauth2_proxy)
34+
This example will show you how to deploy [`oauth2_proxy`](https://github.com/pusher/oauth2_proxy)
3535
into a Kubernetes cluster and use it to protect the Kubernetes Dashboard using github as oAuth2 provider
3636

3737
#### Prepare
@@ -55,7 +55,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addon
5555

5656
- OAUTH2_PROXY_CLIENT_ID with the github `<Client ID>`
5757
- 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))'`
58+
- OAUTH2_PROXY_COOKIE_SECRET with value of `python -c 'import os,base64; print base64.b64encode(os.urandom(16))'`
5959

6060
4. Customize the contents of the file dashboard-ingress.yaml:
6161

docs/examples/auth/oauth-external-auth/oauth2-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
# docker run -ti --rm python:3-alpine python -c 'import secrets,base64; print(base64.b64encode(base64.b64encode(secrets.token_bytes(16))));'
3232
- name: OAUTH2_PROXY_COOKIE_SECRET
3333
value: SECRET
34-
image: docker.io/colemickens/oauth2_proxy:latest
34+
image: quay.io/pusher/oauth2_proxy:latest
3535
imagePullPolicy: Always
3636
name: oauth2-proxy
3737
ports:

0 commit comments

Comments
 (0)