diff --git a/examples/external-auth/nginx/README.md b/examples/external-auth/nginx/README.md index c21bab32d..9160ad90c 100644 --- a/examples/external-auth/nginx/README.md +++ b/examples/external-auth/nginx/README.md @@ -43,14 +43,14 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addon 2. Create a custom Github OAuth application https://github.com/settings/applications/new -![Register OAuth2 Application](images/regiter-oauth-app.png) +![Register OAuth2 Application](images/register-oauth-app.png) - Homepage URL is the FQDN in the Ingress rule, like `https://foo.bar.com` - Authorization callback URL is the same as the base FQDN plus `/oauth2`, like `https://foo.bar.com/oauth2` -![Register OAuth2 Application](images/regiter-oauth-app-2.png) +![Register OAuth2 Application](images/register-oauth-app-2.png) 3. Configure oauth2_proxy values in the file oauth2-proxy.yaml with the values: @@ -71,8 +71,8 @@ $ kubectl create -f oauth2-proxy.yaml,dashboard-ingress.yaml Test the oauth integration accessing the configured URL, like `https://foo.bar.com` -![Register OAuth2 Application](images/oauth-login.png) - ![Register OAuth2 Application](images/github-auth.png) -![Register OAuth2 Application](images/dashboard.png) +![Github authentication](images/oauth-login.png) + +![Kubernetes dashboard](images/dashboard.png) diff --git a/examples/external-auth/nginx/images/github-auth.png b/examples/external-auth/nginx/images/github-auth.png index bbe73e313..a7ee97d7e 100644 Binary files a/examples/external-auth/nginx/images/github-auth.png and b/examples/external-auth/nginx/images/github-auth.png differ diff --git a/examples/external-auth/nginx/images/oauth-login.png b/examples/external-auth/nginx/images/oauth-login.png index 847d6687a..c8f7f8b17 100644 Binary files a/examples/external-auth/nginx/images/oauth-login.png and b/examples/external-auth/nginx/images/oauth-login.png differ diff --git a/examples/external-auth/nginx/images/regiter-oauth-app-2.png b/examples/external-auth/nginx/images/register-oauth-app-2.png similarity index 100% rename from examples/external-auth/nginx/images/regiter-oauth-app-2.png rename to examples/external-auth/nginx/images/register-oauth-app-2.png diff --git a/examples/external-auth/nginx/images/regiter-oauth-app.png b/examples/external-auth/nginx/images/register-oauth-app.png similarity index 100% rename from examples/external-auth/nginx/images/regiter-oauth-app.png rename to examples/external-auth/nginx/images/register-oauth-app.png