-
Notifications
You must be signed in to change notification settings - Fork 172
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
Mounting fails when using MinIO and OIDC authentication #1203
Comments
Hey @2022tgoel, the Not sure if it'd be viable for you, and also I haven't tested myself but using |
Hi, thanks that makes sense. |
Hey @2022tgoel, as you noted Mountpoint uses aws-c-auth under the hood for credentials and such a change/contribution should be done on that side. Feel free to create an issue with them to discuss if they would be open for a contribution of such a change. I'll also discuss with my team regarding accepting a contribution to change credential provider to AWS Rust SDK rather than CRT, but that's probably a bigger change and would require some discussions. |
Mountpoint for Amazon S3 version
mount-s3 1.13.0
AWS Region
No response
Describe the running environment
I am mounting a directory stored in the MinIO S3-compatible storage service running locally in a docker container.
I am setting
AWS_WEB_IDENTITY_TOKEN_FILE
,AWS_ROLE_SESSION_NAME
, andAWS_ROLE_ARN
to use OIDC for authentication.I have verified that the credentials I am providing are valid through:
The command above succeeds.
Mountpoint options
What happened?
CRT debug logs:
mountpoint-s3-2024-12-17T17-09-47Z.4h5iTP.log
It claims that the STS web identity path responds with 400 bad request. However, I don't understand this for two reasons
Relevant log output
mountpoint-s3-2024-12-17T17-09-47Z.4h5iTP.log
The text was updated successfully, but these errors were encountered: