-
Notifications
You must be signed in to change notification settings - Fork 961
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
[BUG] only one pair of ak/sk is allowed in multi mounts Dataset when using JindoRuntime #4255
Comments
Would you like provide more information about it? In Fluid, you can set |
The current implementation of jindocache actually prevents us from doing this. fluid/pkg/ddc/jindocache/transform.go Lines 470 to 494 in 6cc47b8
Only single pair key/secret is set from the code fluid/pkg/ddc/jindocache/transform.go Lines 420 to 427 in 6cc47b8
the debug code however support set different access key / secret key from |
How to Reproduce:
Running in the pod
the generated
inside the jindo-fuse pod, only secret from the second mount can be found on the
|
@pandada8 Thanks for the detailed example for reproducing this issue. I think it's currently not supported in JindoRuntime. We will check it later how to support it. |
What feature you'd like to add:
Ability to specify different ak/sk for different mounts.
You can do this for now, but only the last aksk will work.
Why is this feature needed:
Mount different bucket from different account.
The text was updated successfully, but these errors were encountered: