How to access Vault in the root namespace? #360
Replies: 1 comment
-
What you are doing looks okay. For the default namespace, you don't need to specify anything special. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a client who has a HashiCorp Vault, with their secrets within the root/empty namespace. This seems to be causing problem when trying to access the secrets. Unfortunately, the test vault that I have access to restricts me from creating secrets engines within the root namespace, thus I am unable to test/debug this properly.
I am creating my VaultClient as so,
When using the default namespace, do I need to specify anything special within the VaultClient object?
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions