aws_role_credentials:使用STS生成角色的AWS凭证

时间:2024-06-07 23:34:12
【文件属性】:

文件名称:aws_role_credentials:使用STS生成角色的AWS凭证

文件大小:29KB

文件格式:ZIP

更新时间:2024-06-07 23:34:12

Python

AWS角色凭证 使用STS为角色生成AWS凭证并将其写入`~/.aws/credentials` 用法 只需将SAML断言传递到awssaml中 # create credentials from saml assertion $ oktaauth -u jobloggs | aws_role_credentials saml --profile dev 或假设使用已知的角色名称: # create credentials from saml assertion using a known role ARN $ oktaauth -u jobloggs | aws_role_credentials saml --profile dev --role-arn arn:aws:iam::098765432109:role/ReadOnly 或使用IAM用户承担角色: # cre


【文件预览】:
aws_role_credentials-master
----setup.py(2KB)
----.gitignore(381B)
----Makefile(2KB)
----MANIFEST.in(244B)
----requirements_dev.txt(150B)
----LICENSE(758B)
----HISTORY.rst(100B)
----setup.cfg(192B)
----README.rst(3KB)
----tests()
--------test_acceptance.py(5KB)
--------test_cli.py(3KB)
--------__init__.py(24B)
--------test_models.py(6KB)
--------helper.py(1KB)
--------test_actions.py(5KB)
----pavement.py(768B)
----AUTHORS.rst(169B)
----CONTRIBUTING.rst(3KB)
----aws_role_credentials()
--------actions.py(4KB)
--------__init__.py(121B)
--------cli.py(4KB)
--------models.py(2KB)
--------metadata.py(576B)
----docs()
--------Makefile(7KB)
--------index.rst(527B)
--------conf.py(8KB)
--------history.rst(28B)
--------authors.rst(28B)
--------installation.rst(230B)
--------make.bat(6KB)
--------readme.rst(27B)
--------usage.rst(101B)
--------contributing.rst(33B)
----.editorconfig(292B)
----tox.ini(384B)

网友评论