Files
kubernetes/argocd/oidc.config
Dustin C. Hatch 629d1bb93a argocd: Configure SSO for CLI
The `argocd` command needs to have its own OIDC client configuration,
since it works like a "public" client.  To log in, run

```sh
argocd login argocd.pyrocufflink.blue --sso
```
2023-10-14 11:13:06 -05:00

6 lines
137 B
Plaintext

name: Authelia
issuer: https://auth.pyrocufflink.blue
clientID: argocd
clientSecret: $oidc.authelia.clientSecret
cliClientID: argocd-cli