Closed samidalouche closed 1 year ago
Example fix: https://github.com/benkehoe/aws-sso-credential-process/commit/b30dde15f6860722eb38b39858e364d0818dfd8a
Simply updated urllib3 to 2.0.7 and the problem disappeared.
poetry build
pipx install dist/aws_sso_credential_process-0.3.1-py3-none-any.whl
I'm not maintaining this version any more, especially because all the AWS SDKs now have support for Identity Center and the AWS CLI has aws configure export-credentials
that can serve the purpose as well.
I'm not maintaining this version any more, especially because all the AWS SDKs now have support for Identity Center and the AWS CLI has
aws configure export-credentials
that can serve the purpose as well.
Thanks! This is helpful.
awsume
still needs the credential_process =
process hack, so very useful to know that aws configure export-credentials
provides the same functionality
Also, aws-sso-util can populate your Identity Center profiles and automatically includes a credential process. Though it is going to be early next year before I add support for the newer session-style profiles.
How to reproduce (Mac OS 14.1 (23B74)):