website/integrations: Update ArgoCD documentation (#6108)
* website/integrations: Update ArgoCD documentation * Update website/integrations/services/argocd/index.md Co-authored-by: Jens L. <jens@beryju.org> Signed-off-by: acelinkio <31336038+acelinkio@users.noreply.github.com> --------- Signed-off-by: acelinkio <31336038+acelinkio@users.noreply.github.com> Co-authored-by: Jens L. <jens@beryju.org>
This commit is contained in:
parent
e2bfcf8a6d
commit
e46171ddea
|
@ -30,6 +30,7 @@ Only settings that have been modified from default have been listed.
|
||||||
In authentik, create an _OAuth2/OpenID Provider_ (under _Applications/Providers_) with these settings:
|
In authentik, create an _OAuth2/OpenID Provider_ (under _Applications/Providers_) with these settings:
|
||||||
|
|
||||||
- Name: ArgoCD
|
- Name: ArgoCD
|
||||||
|
- Client Type: `Confidential`
|
||||||
- Signing Key: Select any available key
|
- Signing Key: Select any available key
|
||||||
- Redirect URIs:
|
- Redirect URIs:
|
||||||
|
|
||||||
|
@ -47,6 +48,7 @@ Create a new _Application_ (under _Applications/Applications_) with these settin
|
||||||
- Name: ArgoCD
|
- Name: ArgoCD
|
||||||
- Provider: ArgoCD
|
- Provider: ArgoCD
|
||||||
- Slug: argocd
|
- Slug: argocd
|
||||||
|
- Launch URL: http://argocd.company/auth/login
|
||||||
|
|
||||||
### Step 3 - ArgoCD Admin Group creation
|
### Step 3 - ArgoCD Admin Group creation
|
||||||
|
|
||||||
|
@ -85,7 +87,6 @@ dex.config: |
|
||||||
- openid
|
- openid
|
||||||
- profile
|
- profile
|
||||||
- email
|
- email
|
||||||
- groups
|
|
||||||
name: authentik
|
name: authentik
|
||||||
type: oidc
|
type: oidc
|
||||||
id: authentik
|
id: authentik
|
||||||
|
|
Reference in New Issue