IPED icon indicating copy to clipboard operation
IPED copied to clipboard

Better way to handling the minIO credentials

Open hauck-jvsh opened this issue 2 years ago • 1 comments

When a case is processed using minIO as the storage service the credential used is not saved. So when the user opens the case he must pass the credentials as an environment variable. This behavior may not work when opening a multi case with data storage in more than one minIO server. I think that a better option is to ask for the password as soon as it is needed, for example when the user tries to open a file. Another thing to be alert is that may be necessary to maintain a map of minio serves with its credentials in memory.

hauck-jvsh avatar Mar 16 '22 18:03 hauck-jvsh

We can also save credentials in user local temp to reuse them later

lfcnassif avatar Mar 16 '22 18:03 lfcnassif