multiple pages: add korean translation (#3548)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
5b34319212
commit
a451d973e8
20
pages.ko/common/aws-google-auth.md
Normal file
20
pages.ko/common/aws-google-auth.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# aws-google-auth
|
||||
|
||||
> Google Apps를 페더레이션(Single Sign-On)공급자로 사용하여 AWS 임시(STS) 자격 증명을 획득하는 명령 줄 도구입니다.
|
||||
> 더 많은 정보는: <https://github.com/cevoaustralia/aws-google-auth>.
|
||||
|
||||
- IDP및 식별자를 사용하여 Google SSO에 로그인하고 자격 증명 기간을 1시간으로 설정:
|
||||
|
||||
`aws-google-auth -u {{example@example.com}} -I {{$GOOGLE_IDP_ID}} -S {{$GOOGLE_SP_ID}} -d {{3600}}`
|
||||
|
||||
- 사용자 역할을 묻는 로그인(여러 개으 사용 가능한 SAML 역할의 경우):
|
||||
|
||||
`aws-google-auth -u {{example@example.com}} -I {{$GOOGLE_IDP_ID}} -S {{$GOOGLE_SP_ID}} -d {{3600}} -a`
|
||||
|
||||
- AWS 계정의 별칭 확인:
|
||||
|
||||
`aws-google-auth -u {{example@example.com}} -I {{$GOOGLE_IDP_ID}} -S {{$GOOGLE_SP_ID}} -d {{3600}} -a --resolve-aliases`
|
||||
|
||||
- 도움말 정보 보기:
|
||||
|
||||
`aws-google-auth -h`
|
Reference in New Issue
Block a user