Forrest logo
back to context overview

aws-google-auth

List of commands for aws-google-auth:

  • aws-google-auth:tldr:17ad7 aws-google-auth: Log in with Google SSO using the IDP and SP identifiers and set the credentials duration to one hour.
    $ aws-google-auth -u ${example@example-com} -I ${$GOOGLE_IDP_ID} -S ${$GOOGLE_SP_ID} -d ${3600}
    try on your machine
    explain this command
  • aws-google-auth:tldr:20990 aws-google-auth: Resolve aliases for AWS accounts.
    $ aws-google-auth -u ${example@example-com} -I ${$GOOGLE_IDP_ID} -S ${$GOOGLE_SP_ID} -d ${3600} -a --resolve-aliases
    try on your machine
    explain this command
  • aws-google-auth:tldr:6c73a aws-google-auth: Show help information.
    $ aws-google-auth -h
    try on your machine
    explain this command
  • aws-google-auth:tldr:baf07 aws-google-auth: Log in [a]sking which role to use (in case of several available SAML roles).
    $ aws-google-auth -u ${example@example-com} -I ${$GOOGLE_IDP_ID} -S ${$GOOGLE_SP_ID} -d ${3600} -a
    try on your machine
    explain this command
back to context overview