ebf57b15b4
* Fixes a regression in forwarding from #6115 Although removing the authentication header is good defense in depth, for forwarding mechanisms that use the raw request, we never add it back. This caused perf standby tests to throw errors. Instead, once we're past the point at which we would do any raw forwarding, but before routing the request, remove the header. To speed this up, a flag is set in the logical.Request to indicate where the token is sourced from. That way we don't iterate through maps unnecessarily. |
||
---|---|---|
.. | ||
framework | ||
plugin | ||
testing | ||
auth.go | ||
connection.go | ||
error.go | ||
identity.pb.go | ||
identity.proto | ||
lease.go | ||
lease_test.go | ||
logical.go | ||
logical_storage.go | ||
plugin.pb.go | ||
plugin.proto | ||
request.go | ||
request_util.go | ||
response.go | ||
response_util.go | ||
response_util_test.go | ||
secret.go | ||
storage.go | ||
storage_inmem.go | ||
storage_inmem_test.go | ||
storage_view.go | ||
system_view.go | ||
testing.go | ||
token.go | ||
translate_response.go |