Skip to content

Commit

Permalink
add tsidp
Browse files Browse the repository at this point in the history
  • Loading branch information
cedi committed Dec 20, 2024
1 parent ca9e20a commit 2f88087
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions kustomize/bases/argocd/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,14 @@ configs:
kustomize.buildOptions: "--enable-alpha-plugins --enable-helm"

dex.config: |
connectors:
- type: github
id: github
name: GitHub
config:
clientID: $dex.oauth.github.clientID
clientSecret: $dex.oauth.github.clientSecret
orgs:
- name: cedi-dev
- type: oidc
id: tsidp
name: Tailscale IDP
config:
clientID: foo
clientSecret: bar
issuer: https://idp.tailc18b.ts.net/.well-known/openid-configuration
redirectURI: https://argocd.cedi.dev/api/dex/callback
resource.exclusions: |
- apiGroups:
Expand Down

0 comments on commit 2f88087

Please sign in to comment.