Details
Description
I am trying to run zeppelin-server using docker with volume mound of type=bind on conf/credentials.json.
Usually, There is no credentials.json in the beginning but to use type=bind, docker require that the file must already exist.
Therefore, we can work around by using touch to create an empty file. However, decrypt will fail when trying to decrypt this empty files.
Can we skip credentials.json decryption when the file is empty?
Attachments
Issue Links
- links to