-
Notifications
You must be signed in to change notification settings - Fork 646
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
Add ability to use AWS SSO profile as a credential provider #1930
Comments
Please test #1911 |
I'd like to test it in restic, but I have no idea how to do that. But looking at the code, it seems to do the right things. |
@fdw I can help you with that. I can take a look at this next weekend and help you out. |
Have you had a chance yet to implement it? |
Hey @fdw, |
Reporting back after trying out @konidev20's build of restic: It doesn't seem to work for me. I always get some kind of |
Is there anything else I can do to help? |
Bump? I'd still like this feature very much and would be willing to support, but I can't do it by myself. |
I have a feature request, I want the ability to use AWS SSO profile stored in
.aws/sso/cache
to retrieve temporary access keys and session tokens to my S3 bucket.Here is the corresponding AWS SDK SSO credential provider in golang for reference.
https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/credentials/ssocreds
The text was updated successfully, but these errors were encountered: