awslabs / awslabs/aws-sdk-rust
[guide section]: Custom credential providers
- Dominant language
- Rust
- Stars
- 3.3k
- Forks
- 290
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 3
Description
Add a guide section for implementing your own credentials providers
Things to cover:
- [ ] simple providers with `async_provide_credentials_fn`
- [ ] Using LazyCaching to wrap the provider
- [ ] More complex providers with direct implementation of `AsyncProvideCredentials`
- [ ] use with async-trait
- [ ] overall trait layout (`Credentials` implements provide credentials, blanket impls, etc.)
### 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
Contributor guide
Research direction
Start by locating the existing guide structure and the credential-provider APIs named in the issue: async_provide_credentials_fn, LazyCaching, AsyncProvideCredentials, async-trait, and Credentials. Done means adding a guide section that explains simple and direct providers, caching, async-trait usage, and the overall trait layout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100