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

provider: Allow AssumeRoleARN and credential validation call to shortcut account ID and partition lookup #5177

Merged
merged 5 commits into from
Aug 2, 2018

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    b7f2b2b View commit details
    Browse the repository at this point in the history
  2. provider: Allow AssumeRoleARN and credential validation call to short…

    …cut account ID and partition lookup
    
    * If provider configuration is set to assume role, use ARN to bypass account information calls
    * If provider credential validation is enabled, use results to bypass account information calls
    * Refactor GetAccountID back to GetAccountInformation to ensure non-SDK-default partitions can be handled
    * Refactor GetAccountInformation testing
    bflad committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    5dc6d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b967cac View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    5237be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c42035e View commit details
    Browse the repository at this point in the history