change login/logout to log in/log out (#5920)

This commit is contained in:
marchersimon
2021-05-14 02:42:15 +02:00
committed by GitHub
parent 40e478add9
commit be88cdda92
20 changed files with 27 additions and 27 deletions

View File

@@ -3,11 +3,11 @@
> Command line tool to acquire AWS temporary (STS) credentials using Google Apps as a federated (Single Sign-On) provider.
> More information: <https://github.com/cevoaustralia/aws-google-auth>.
- Login with Google SSO using the IDP and SP identifiers and set the credentials duration to one hour:
- 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}}`
- Login [a]sking which role to use (in case of several available SAML roles):
- 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`