Path to this page:
Subject: CVS commit: pkgsrc/devel/py-aws-sso-lib
From: Amitai Schleier
Date: 2024-10-26 04:56:24
Message id: 20241026025624.F36FEFC7E@cvs.NetBSD.org
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.
Files: