Last active
August 5, 2021 17:14
-
-
Save ryanvgates/a4254ecfa50240adc43040cf0d48b7d4 to your computer and use it in GitHub Desktop.
Vault Cache Gotcha
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
..[ryan@server] - [~/Downloads/dev] - [Thu Aug 05, 09:46] | |
..[$] <()> export VAULT_ADDR=https://vault.server.com:8200 | |
..[ryan@server] - [~/Downloads/dev] - [Thu Aug 05, 09:46] | |
..[$] <()> vault login -method=cert -client-cert=my-cert.pem -client-key=my-cert-key.pem | |
Error authenticating: Error making API request. | |
URL: PUT https://vault.server.com:8200/v1/auth/cert/login | |
Code: 400. Errors: | |
* error performing token check: failed to look up namespace from the token: no namespace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment