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

retrive session credentials recurisvely #369

Merged
merged 5 commits into from
May 20, 2019

Commits on May 17, 2019

  1. retrive session credentials recurisvely

    - mfa token only needs to be provided once per source rather than once
      per profile by adding `mfa_serial = <arn>` to the root source profile
    - allows assume role chains (e.g. roleB <- roleA <- master)
    jstewmon committed May 17, 2019
    Configuration menu
    Copy the full SHA
    e42e855 View commit details
    Browse the repository at this point in the history
  2. touch up docs

    jstewmon committed May 17, 2019
    Configuration menu
    Copy the full SHA
    d4cfc81 View commit details
    Browse the repository at this point in the history
  3. add --no-session flag to login command

    The flag defaults to false but will be switched to true if the given
    profile does not have a SourceProfile, since a session token cannot be
    used to create a sign in url.
    
    SessionDuration must be omitted from the request to get the sign in
    token if the credentials were from an assumed role that used a session.
    jstewmon committed May 17, 2019
    Configuration menu
    Copy the full SHA
    6f1fb7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a47b8b9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

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