canonical/minio-operator

action to obtain secret-key

Closed this issue · 4 comments

There should be an action to obtain a secret key that has been randomly generated and is set here as the default.

"MINIO_ACCESS_KEY": self.config["access-key"],
adding this line to charm.py will allow to get acces and secret key fom config file

Yes, I know. I have no problem getting the secret key from relation with Minio. Howerver I need to have access to the secret key in the CLI as well.

BTW is there any way to create tenant in minio operator by not using GUI but on backend using CLI

I'm not aware that this could be done right now. Maybe it could be done with this plugin, but I'm not an expert here.