Replies: 1 comment 3 replies
-
|
Hi @davies is there a way to update a live juicefs mountpoint with a new MemoryDB password? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We would like to use JuiceFS with MemoryDB as the metadata store and S3 as the object storage.
For MemoryDB, we would like to use an IAM user instead of a literal password. Since this password is an IAM token generated dynamically from the session credentials (access key, secret key, session token), is there a way to refresh a live juicefs mount session with fresh credential set?
Is it possible to do
juicefs config ${METAURL} --access-key xxxx --secret-key xxxx --session-token xxxxwith the new MemoryDB token password specified in the ${METAURL} ?
Beta Was this translation helpful? Give feedback.
All reactions