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

Feature/inquirer #156

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Feature/inquirer #156

wants to merge 7 commits into from

Commits on Mar 18, 2024

  1. WIP: POC - Console interactive selection of mfa and role

    Add the ability to select the MFA method and the role
    through python inquirer as an optional dependency.
    scattym committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    174f670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472bc29 View commit details
    Browse the repository at this point in the history
  3. Moto 5 and above does not support mock_sts.

    Requires 4 or lower.
    scattym committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7d7a3af View commit details
    Browse the repository at this point in the history
  4. No need for .get protection on the inquirer response.

    Better to cause exception as the variable and response are in the same code block.
    scattym committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ae99449 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    148fc06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d4e968 View commit details
    Browse the repository at this point in the history
  7. Remove unused code block

    scattym committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    54cf022 View commit details
    Browse the repository at this point in the history