Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to support DEX OIDC #42

Open
mikebell90 opened this issue Apr 29, 2020 · 1 comment
Open

Is there a way to support DEX OIDC #42

mikebell90 opened this issue Apr 29, 2020 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@mikebell90
Copy link

mikebell90 commented Apr 29, 2020

I took a quick look at the code, and I'm probably not grokking something, because I don't see why you need to parse anything at all ;)

Anyway the typical dex oidc looks like

    auth-provider:
      config:
        client-id: k8s-dex-app
        client-secret: (redacted)
        id-token: (redacted)
        idp-issuer-url: https://k8s-central-pp-sf.otenv.com/dex
        refresh-token: (redacted)
      name: oidc
@chrisns
Copy link
Owner

chrisns commented Apr 29, 2020

Hey, I parsed so that it could be put into separate fields in a password manager for easier management, not that essential, but changing it would be a breaking change.
Could absolutely support that, PRs welcome :)

@chrisns chrisns added the help wanted Extra attention is needed label Oct 23, 2020
@chrisns chrisns self-assigned this Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants