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
I am trying to get started with Secrets Store CSI Driver, Vault provider, and Vault. In my Vault, I have auth/approle/role/my-role defined; and in my Kubernetes, there is a SecretProviderClass with roleName: my-role.
Yet, the pod that references this SecretProviderClass currently cannot start (status: ContainerCreating); kubectl describe pod indicates the following error:
invalid role name "my-role" Warning FailedMount ... kubelet Unable to attach or mount volumes:
unmounted volumes=[...], unattached volumes=[], failed to process volumes=[]: timed out waiting for the condition
What could cause the error invalid role name and how can I learn further details? I have found one reference, but it is probably unrelated.
The text was updated successfully, but these errors were encountered:
I will try again with the kubernetes auth method and will close the issue if/when this succeeds (and if that's okay with you). Thanks for your quick response.
I am trying to get started with Secrets Store CSI Driver, Vault provider, and Vault. In my Vault, I have
auth/approle/role/my-role
defined; and in my Kubernetes, there is aSecretProviderClass
withroleName: my-role
.Yet, the pod that references this
SecretProviderClass
currently cannot start (status:ContainerCreating
);kubectl describe pod
indicates the following error:What could cause the error
invalid role name
and how can I learn further details? I have found one reference, but it is probably unrelated.The text was updated successfully, but these errors were encountered: