-
Notifications
You must be signed in to change notification settings - Fork 11
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 ECS ram role authentication #75
Comments
1. Add `auth` to allow ossfs directly use user provided any kinds of `Auth` 2. Add a new tests for `EcsRamRoleCredentialsProvider` auth fix #75
1. Add `auth` to allow ossfs directly use user provided any kinds of `Auth` 2. Add a new tests for `EcsRamRoleCredentialsProvider` auth fix #75
1. Add `auth` to allow ossfs directly use user provided any kinds of `Auth` 2. Add a new tests for `EcsRamRoleCredentialsProvider` auth fix #75
Hi, @jerrychenhf. |
@karajan1001 Thank you for taking time to address the feature request. |
@jerrychenhf |
The code in core.py showed that the current implementation doesn't support ECS ram role authentication.
The capability is provided by oss2 with the combination of ProviderAuth and EcsRamRoleCredentialsProvider.
This is a very important authentication scenario and we hope this ossfs can prioritize the support.
The text was updated successfully, but these errors were encountered: