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 ```
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
name: Authelia
|
|
issuer: https://auth.pyrocufflink.blue
|
|
clientID: argocd
|
|
clientSecret: $oidc.authelia.clientSecret
|
|
cliClientID: argocd-cli
|