Hi all,
I recently installed a 3-node HA vault setup on EKS with the helm chart, and I'm seeing some unexplained behavior. Every HTTP request I make will return a 404, even those that should For instance:
{"errors":["no handler for route 'secret/'"]}
(For reference, I do correctly get a 403 if I specify an incorrect token)
When I actually execute the command on the primary (unsealed) node, I can run the vault commands without issue:
/ # vault secrets list
Path Type Accessor Description
---- ---- -------- -----------
cubbyhole/ cubbyhole cubbyhole_a208ee71 per-token private secret storage
identity/ identity identity_420ebd3c identity store
sys/ system system_d1b8b1b8 system endpoints used for control, policy and debugging
(I see the vault stores on the Consul backend)
Any ideas? I don't see anything in the logs, even when I turn the verbosity up to max.
Thanks,
Erik