Add support for HEAD operations (#19520)

* Add header operation to sdk/logical

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Add support for routing HEAD operations

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Add changelog entry

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

---------

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
Alexander Scheel
2023-03-21 18:37:17 -04:00
committed by GitHub
parent b2e2573fa3
commit 38fc3e79f2
5 changed files with 17 additions and 3 deletions

View File

@@ -369,6 +369,7 @@ const (
HelpOperation = "help"
AliasLookaheadOperation = "alias-lookahead"
ResolveRoleOperation = "resolve-role"
HeaderOperation = "header"
// The operations below are called globally, the path is less relevant.
RevokeOperation Operation = "revoke"