Fix optional auth in the orchestrator (#2808)
This PR: - Renames "anonymous auth" to "no auth" - Removes fallback to other auth schemes when an identity fails to resolve (this was not complying to the reference architecture) - Adds the ability to opt out of credentials in `ConfigLoader`, and removes defaulting of the shared credentials cache if no credentials provider is given - Makes `ConfigBagAccessors` work on `FrozenLayer` and `CloneableLayer` - Fixes STS and aws-config tests ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Loading
Please register or sign in to comment