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

No Auth Provider found for name "oidc" #5

Closed
parkee opened this issue Jul 22, 2019 · 2 comments
Closed

No Auth Provider found for name "oidc" #5

parkee opened this issue Jul 22, 2019 · 2 comments

Comments

@parkee
Copy link

parkee commented Jul 22, 2019

Our company uses okta for authentication. When I try to connect do port-forwarding I get the following error:
❌ No Auth Provider found for name "oidc"

Part of our configuration looks like this:

  • context:
    cluster: staging.company.com
    user: okta
    name: staging.company.com

  • name: okta
    user:
    auth-provider:
    config:
    client-id: clientid
    id-token: token
    idp-issuer-url: https://company.okta.com
    name: oidc

@eko
Copy link
Owner

eko commented Jul 22, 2019

This issue is not related to Monday: it looks like you have an issue with your Kubernetes configuration.

You should add an authentication provider or maybe you just have an indentation issue in your Kubernetes configuration file?

Thank you

@eko eko closed this as completed Jul 22, 2019
@parkee
Copy link
Author

parkee commented Jul 23, 2019

@eko
Do you have any suggestions on how to check it?
All kubectl commands work just fine, I don't have any issues with authentication when calling port-forward directly. So I suppose my configuration should be OK.
I have issues only when trying to use Monday, so my assumption was that Monday doesn't understand external auth providers such as okta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants