Skip to content
Unverified Commit b1ce5e3c authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Recalculate signing time for every retry attempt (#2643)

## Motivation and Context
When SigV4 signing was ported over to the orchestrator, the request time
got calculated once before the retry loop, which was incorrect. This PR
moves that request time calculation into the request signer so that it
happens on every attempt (unless there is a configured request time
override).

This PR also refactors auth to use the `ConfigBag` instead of a separate
signing properties `PropertyBag`.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 5a8fff7a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment