You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
terraform plan and observe error output about no oidc provider
Important Factoids
Not sure if it's atypical to use OIDC authentication for kubectl, but OIDC is configured appropriately and I am able to use kubectl without issue. My OIDC provider is Keycloak.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Jul 12, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version and Provider Version
Terraform v0.12.26
Affected Resource(s)
Terraform Configuration Files
sys/main.tf
Debug Output
https://gist.github.com/awill1988/bac560277d7463a1f529017c653f8b48/raw/fda261648954ccb702537af3efa8e6dc65e57e1c/kubernetes-alpha-debug.log
Panic Output
Expected Behavior
What should have happened?
terraform-provider-kubernetes-alpha
would have been able to plan/apply with oidc provider settings in the k8s config.Actual Behavior
What actually happened?
Exited with failure with the following message:
Error: rpc error: code = Unknown desc = no Auth Provider found for name "oidc"
Oddly enough, I am using the official Kubernetes Provider without this issue can plan and apply with oidc provider configuration
Steps to Reproduce
terraform plan
and observe error output about no oidc providerImportant Factoids
Not sure if it's atypical to use OIDC authentication for kubectl, but OIDC is configured appropriately and I am able to use kubectl without issue. My OIDC provider is Keycloak.
References
Community Note
The text was updated successfully, but these errors were encountered: