-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support for AWS_ENDPOINT_URL_STS #257
Comments
Hi, thank you for creating the issue. We are discussing the feasibility of this request. Could you please provide a bit more detail about why this is needed and not use something like static/process credentials provider?
Default credentials provider is an implementation detail, and this sounds like trying to test the internal functionality of a dependency. What's the need for testing assumeRole? We have many unit tests that assert the implementation of assumeRole is working correctly. |
@waahm7 We're specifically trying to test our code that automatically sets up |
@pawalt Sorry, I still don’t understand why something like |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
Describe the feature
We'd like to provide
AWS_ENDPOINT_URL_STS
in order to pointaws-c-auth
at a local STS provider. Currently, this library only supportssts.amazonaws.com
.Use Case
We'd like to use mountpoint-s3 for to mount buckets using OIDC authentication. This works fine against production AWS, but we want to use a MinIO server in development so we can write automated tests. For this, we need a custom STS URL so
mountpoint-s3
can dial into MinIO instead of AWS.Proposed Solution
Allow the default STS URL to be set:
aws-c-auth/source/credentials_provider_sts.c
Line 866 in b965ffe
Other Information
Crosslinking awslabs/mountpoint-s3#1203
Acknowledgements
The text was updated successfully, but these errors were encountered: