Path to this page:
./
devel/py-aws-sso-lib,
Library to make AWS SSO easier
Branch: CURRENT,
Version: 1.14.0,
Package name: py312-aws-sso-lib-1.14.0,
Maintainer: schmonzaws-sso-lib allows you to programmatically interact with AWS IAM
Identity Center (formerly AWS SSO).
The primary functions that will be of interest are available at the
package level:
* get_boto3_session: Get a boto3 session for a specific account and
role.
* login: ensure the user is logged in to Identity Center, with dispatch
to the browser.
* list_available_accounts and list_available_roles: discover the access
the user has.
* list_assignments: for admin purposes, iterate over all assignments in
Identity Center, which is currently hard to do through the API.
Master sites:
Filesize: 28.715 KB
Version history: (Expand)
- (2024-10-26) Package added to pkgsrc.se, version py312-aws-sso-lib-1.14.0 (created)
CVS history: (Expand)
2024-10-29 22:44:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-aws-sso-lib: add missing tool dependency
|
2024-10-26 21:08:11 by Amitai Schleier | Files touched by this commit (1) |
Log message:
py-aws-sso-lib: no need to exclude python 2.7.
|
2024-10-26 04:56:24 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Add py-aws-sso-lib: Library to make AWS SSO easier
aws-sso-lib allows you to programmatically interact with AWS IAM
Identity Center (formerly AWS SSO).
The primary functions that will be of interest are available at the
package level:
* get_boto3_session: Get a boto3 session for a specific account and
role.
* login: ensure the user is logged in to Identity Center, with dispatch
to the browser.
* list_available_accounts and list_available_roles: discover the access
the user has.
* list_assignments: for admin purposes, iterate over all assignments in
Identity Center, which is currently hard to do through the API.
|