Skip to content

fix: Can't use a profile that used aws login for temporary credentials (closes #3300)#3305

Closed
sseshachala wants to merge 1 commit into
aws:masterfrom
sseshachala:fix/issue-3300
Closed

fix: Can't use a profile that used aws login for temporary credentials (closes #3300)#3305
sseshachala wants to merge 1 commit into
aws:masterfrom
sseshachala:fix/issue-3300

Conversation

@sseshachala

Copy link
Copy Markdown

Fixes #3300


This fix was implemented autonomously by Conduct AI — an open-source platform that turns AI agents into reusable team automations via YAML playbooks.

Want Conduct AI to automate fixes in your repo too? Get started free →

@stobrien89

Copy link
Copy Markdown
Member

Closing for the same reason as #3304: loadRoleProfile() is the role-assumption code path and is not part of the login credential provider. Per the cross-SDK Login Credentials Provider specification, login_session is defined only as a key on the resolved profile in the default credentials chain. It is not consulted via source_profile. Same for sso_session / sso_start_url per the SSO spec. See the linked issue for the supported configuration and a broader explanation.

@stobrien89 stobrien89 closed this Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't use a profile that used aws login for temporary credentials

2 participants