Closed BigTailWolf closed 1 year ago
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge
label. Good luck human!
-- conventional-commit-lint bot https://conventionalcommits.org/
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
feat: Add External Account Credential support as well as support for impersonated credential
chore: Add tests for ExternalAccount, add methods required to make test compatible with apply_auth_examples. ExternalAccount was not fully compatible with the other providers, this brings it in line and moves some common methods between the other provides and ExternalAccount into a module which is now included by the AWSClient provider and Signet::Auth::Client
chore: Move AWS Credentials to their own file, do not pass role from external account, create dedicated Connection helper module, other misc PR cleanup
chore: Update BaseClient documentation comment
chore: Ensure the subject token type matches AWS before building AwsCredentials
feat: perform validation and add tests
Fixes to get manual testing working
dates
fixes
Allow different versions of Faraday
ALlow different versions of Faraday
chore: use SampleLoader for running sample tests (#411)
address the comments