vault-operator icon indicating copy to clipboard operation
vault-operator copied to clipboard

Wrong namespace in example/k8s_auth/vault-tokenreview-binding.yaml

Open ak1394 opened this issue 7 years ago • 1 comments

It looks like the namespace on line 13 of vault-tokenreview-binding.yaml should be "default" instead of "vault-services". I have followed the documentation steps to deploy vault-operator and configure k8s auth, but failed to authenticate. Changing namespace has resolved the issue.

ak1394 avatar May 31 '18 16:05 ak1394

I can confirm the issue and was also able to fix it by setting the namespace to "default". I created a pull request for the fix: https://github.com/coreos/vault-operator/pull/368

leitmedium avatar Sep 05 '19 07:09 leitmedium