Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix or document sso profile credential loading for aws-sdk-rust #3859

Open
rchowell opened this issue Feb 25, 2025 · 0 comments
Open

Fix or document sso profile credential loading for aws-sdk-rust #3859

rchowell opened this issue Feb 25, 2025 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@rchowell
Copy link
Contributor

Describe the bug

awslabs/aws-sdk-rust#741

We could also mitigate this with some additional documentation.

To Reproduce

With a recent version of the aws-cli,

aws configure sso

Then using daft with the older rust sdk will fail to load credentials with a "file not found" issue which is a somewhat opaque error. The fix is to remove the sso_session field from a profile, then move all fields from the sso_session entry to the profile entry.

Expected behavior

No response

Component(s)

Documentation

Additional context

awslabs/aws-sdk-rust#741

@rchowell rchowell added bug Something isn't working documentation Improvements or additions to documentation labels Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant