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
Connects to the cluster with the provided credentials.
Actual Behavior
Tries to connect with the cluster using system:anonymous user:
╷
│ Error: secrets is forbidden: User "system:anonymous" cannot create resource "secrets" in API group "" in the namespace "default"
│
│ with kubernetes_secret.test,
│ on main.tf line 23, in resource "kubernetes_secret" "test":
│ 23: resource "kubernetes_secret" "test" {
│
╵
The text was updated successfully, but these errors were encountered:
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
kubernetes provider initialization
Terraform Configuration Files
Debug Output
https://gist.github.com/raelga/6bcdd75dade012522159dd125dd435f7
Steps to Reproduce
terraform plan
Expected Behavior
Connects to the cluster with the provided credentials.
Actual Behavior
Tries to connect with the cluster using
system:anonymous
user:The text was updated successfully, but these errors were encountered: