Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add AWS Workload Identity Federation Support #386

Closed

Commits on Oct 28, 2022

  1. feat: Add External Account Credential support as well as support for …

    …impersonated credential
    rbclark committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5dbc165 View commit details
    Browse the repository at this point in the history
  2. chore: Add tests for ExternalAccount, add methods required to make te…

    …st 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
    rbclark committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    6935145 View commit details
    Browse the repository at this point in the history
  3. chore: Move AWS Credentials to their own file, do not pass role from …

    …external account, create dedicated Connection helper module, other misc PR cleanup
    rbclark committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    ce07c11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a89e880 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    94e1935 View commit details
    Browse the repository at this point in the history