ot4i / ace-docker

75 stars 167 forks source link

encrypt admin-user.txt content #134

Closed jaana-ibm closed 3 years ago

jaana-ibm commented 4 years ago

Hi guys,

Could you tell me is there any way to encrypt admin-user.txt content so that username and password are not plaintext?

Thank you very much for the help.

IBMRob commented 4 years ago

Currently it's not possible to encrypt the admin-users.txt file. When the file gets copied into kube it does get put into a secret so the contents is encrypted at all times within the cluster once its left your laptop and only accessible by those who have authority to access the secret.

We are looking to add support of Vault credentials in the future although no committed date at the moment.