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

Failed to configure: No Auth Provider found for name "oidc" #8

Closed
bonifaido opened this issue Jun 20, 2017 · 0 comments · Fixed by #6
Closed

Failed to configure: No Auth Provider found for name "oidc" #8

bonifaido opened this issue Jun 20, 2017 · 0 comments · Fixed by #6
Labels

Comments

@bonifaido
Copy link

Terraform Version

Terraform v0.9.8

Affected Resource(s)

provider "kubernetes"

Terraform Configuration Files

provider "kubernetes" {
  config_path = "${var.a_file_containing_oidc_creds}"
}

Debug Output

Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.

Panic Output

Error refreshing state: 1 error(s) occurred:

  • module.o4k-dev.provider.kubernetes: Failed to configure: No Auth Provider found for name "oidc"

Expected Behavior

What should have happened?
The kubernetes configuration file should have been read.

Actual Behavior

What actually happened?
Terraform exited with an error stating the oidc provider is not supported.

@radeksimko radeksimko added the bug label Jun 20, 2017
jocgir pushed a commit to coveord/terraform-provider-kubernetes that referenced this issue Apr 9, 2018
Add `revision_history_limit` to Deployment
@ghost ghost locked and limited conversation to collaborators Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants