-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
Description
Describe the bug
Observed in vault version 1.18.1, not observed with version 1.16.1 where this works as expected
To Reproduce
Steps to reproduce the behavior:
- Run the following rest call: "https://server-url/v1%2Fauth%2Ftoken%2Flookup-self"
- Observe that not the requested json information is returned but a redirect message with html body
Expected behavior
The same information returned as if the call would be "https://server-url/v1/auth/token/lookup-self"
Environment:
Based on helm chart 0.29.0 in a Kind Kubernetes cluster
Vault server configuration file(s):
nothing special, is only set up in a test environment, but in dev mode
Additional context