-
- Downloads
Improve error messaging for auth scheme selection (#3277)
This patch adds a stack-allocated list of explored auth schemes and the reason each didn't work to the auth orchestrator so that its error message is much easier to decipher. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Showing
- CHANGELOG.next.toml 12 additions, 0 deletionsCHANGELOG.next.toml
- aws/sdk/integration-tests/dynamodb/tests/auth_scheme_error.rs 32 additions, 0 deletions...sdk/integration-tests/dynamodb/tests/auth_scheme_error.rs
- rust-runtime/aws-smithy-runtime/src/client/orchestrator/auth.rs 220 additions, 7 deletions...untime/aws-smithy-runtime/src/client/orchestrator/auth.rs
- rust-runtime/aws-smithy-runtime/src/test_util.rs 2 additions, 0 deletionsrust-runtime/aws-smithy-runtime/src/test_util.rs
- rust-runtime/aws-smithy-runtime/src/test_util/assertions.rs 57 additions, 0 deletionsrust-runtime/aws-smithy-runtime/src/test_util/assertions.rs
Loading
Please register or sign in to comment