You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to provide AWS_ENDPOINT_URL_STS in order to point aws-c-auth at a local STS provider. Currently, this library only supports sts.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.
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: