Next | Query returned 3 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   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.

Next | Query returned 3 messages, browsing 1 to 10 | previous