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
Describe the bug
I am not sure whether I implement it correctly, here is what I found:
If the token is not set in VaultConfig (either by specifying explicitly by calling .token("<my_token>"), or getting from environment variable VAULT_TOKEN),
it will not be set automatically after calling .auth().loginByKubernetes("<role>", "<jwt>").
Therefore, it will encounter 403 http error when calling logical().read(xxx)
The text was updated successfully, but these errors were encountered:
Describe the bug
I am not sure whether I implement it correctly, here is what I found:
If the token is not set in
VaultConfig
(either by specifying explicitly by calling.token("<my_token>"
), or getting from environment variableVAULT_TOKEN
),it will not be set automatically after calling
.auth().loginByKubernetes("<role>", "<jwt>")
.Therefore, it will encounter 403 http error when calling
logical().read(xxx)
The text was updated successfully, but these errors were encountered: