To make an authenticated request via the Vault HTTP API, which header would you use?
To make an authenticated request via the Vault HTTP API, which header would you use?
To make an authenticated request via the Vault HTTP API, you need to include the X-Vault-Token HTTP Header. This header is used to pass the authentication token that verifies the identity and permissions of the requestor. Without this token, Vault will not be able to authenticate the request.
https://developer.hashicorp.com/vault/api-docs#authentication