mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
VAULT-6575 Vault agent respects retry config even with caching set (#16970)
* VAULT-6575 Vault agent respects retry config even with caching set * VAULT-6575 Add changelog * VAULT-6575 Change log levels
This commit is contained in:
2
command/agent/cache/api_proxy.go
vendored
2
command/agent/cache/api_proxy.go
vendored
@@ -112,7 +112,7 @@ func (ap *APIProxy) Send(ctx context.Context, req *SendRequest) (*SendResponse,
|
||||
}
|
||||
|
||||
// Make the request to Vault and get the response
|
||||
ap.logger.Info("forwarding request", "method", req.Request.Method, "path", req.Request.URL.Path)
|
||||
ap.logger.Info("forwarding request to Vault", "method", req.Request.Method, "path", req.Request.URL.Path)
|
||||
|
||||
resp, err := client.RawRequestWithContext(ctx, fwReq)
|
||||
if resp == nil && err != nil {
|
||||
|
||||
Reference in New Issue
Block a user