awslabs / awslabs/aws-sdk-rust
[request]: sts::model::Credentials should implement AsyncProvideCredentials
- Dominant language
- Rust
- Stars
- 3.3k
- Forks
- 290
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 3
Description
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue, please leave a comment
**Tell us about your request**
All `Credentials` models should implement `AsyncProvideCredentials` or `ProvideCredentials` to easily create new connections using temporary credentials.
For example `sts::model::Credentials` does not while `aws_auth::Credentials` for example implements `ProvideCredentials`. Anyway there should be only one `Credentials` i guess
**Attachments**
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
Contributor guide
Research direction
Start by comparing sts::model::Credentials with aws_auth::Credentials and inspect the AsyncProvideCredentials and ProvideCredentials traits they are expected to implement. Clarify whether the request applies to all Credentials models or specifically STS, then verify the selected implementation supports creating connections with temporary credentials.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100