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

delay WebIdentityRoleOptions validation #2030

Merged
merged 2 commits into from
Mar 16, 2023
Merged

delay WebIdentityRoleOptions validation #2030

merged 2 commits into from
Mar 16, 2023

Commits on Feb 17, 2023

  1. delay WebIdentityRoleOptions validation

    When loading the default config and `AWS_WEB_IDENTITY_TOKEN_FILE` is set it
    triggers the assume role with web identity provider. This provider
    requires it's configuration either entirely in environment variables or
    shared config. The Go SDK offers an API to configure this provider
    further via code which was being ignored or causing early validation
    issues. This change allows `AWS_WEB_IDENTITY_TOKEN_FILE` to be set
    and all other options to be supplied by Go code relaxing the constraint
    that everything has to come from the environment.
    
    fixes #2015
    aajtodd committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    847c2d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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