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
First of all thanks to author for a great tool to make users life easy..
Hi Team,
I am implementing vault secret operator on AKS cluster. while installing through helm chart on AKS i am getting below error. I am using azure auth method.
"msg":"Could not create API client for Vault","error":"instance meta data service returned non-OK status code: 404 - no azure identity found for request clientID \n","stacktrace":"main.main\n\t/workspace/main.go:56\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:250"
The text was updated successfully, but these errors were encountered:
Hello 👋
I find it a bit weird that you have a 404, can you check in ths azure portal on the VMSS then on the identity tab that you have either an user assigned identity or system assigned one ?
First of all thanks to author for a great tool to make users life easy..
Hi Team,
I am implementing vault secret operator on AKS cluster. while installing through helm chart on AKS i am getting below error. I am using azure auth method.
"msg":"Could not create API client for Vault","error":"instance meta data service returned non-OK status code: 404 - no azure identity found for request clientID \n","stacktrace":"main.main\n\t/workspace/main.go:56\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:250"
The text was updated successfully, but these errors were encountered: