mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Modify docs for ingress ssl passthrough and SSO (#2649)
This commit is contained in:
parent
84f24cdb6c
commit
6cbc43e2ae
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue