Modify docs for ingress ssl passthrough and SSO (#2649)

This commit is contained in:
Alan Tang 2019-11-11 17:33:06 +00:00 committed by Alex Collins
parent 84f24cdb6c
commit 6cbc43e2ae
2 changed files with 8 additions and 0 deletions

View file

@ -58,6 +58,10 @@ metadata:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
# If you encounter a redirect loop or are getting a 307 response code
# then you need to force the nginx ingress to connect to the backend using HTTPS.
#
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
spec:
rules:
- host: argocd.example.com

View file

@ -116,6 +116,10 @@ data:
cliClientID: vvvvwwwwxxxxyyyyzzzz
```
!!! note
The callback address should be the /auth/callback endpoint of your Argo CD URL
(e.g. https://argocd.example.com/auth/callback).
### Requesting additional ID token claims
Not all OIDC providers support a special `groups` scope. E.g. Okta, OneLogin and Microsoft do support a special