Support for AWS_ENDPOINT_URL_STS #257
Labels
closing-soon
This issue will automatically close in 4 days unless further comments are made.
feature-request
A feature should be added or improved.
p3
This is a minor priority issue
response-requested
Waiting on additional info and feedback. Will move to 'closing-soon' in 7 days.
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: