Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Last active August 5, 2021 17:14
Show Gist options
  • Save ryanvgates/a4254ecfa50240adc43040cf0d48b7d4 to your computer and use it in GitHub Desktop.
Save ryanvgates/a4254ecfa50240adc43040cf0d48b7d4 to your computer and use it in GitHub Desktop.
Vault Cache Gotcha
..[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