Anh Tuan Pham created ZEPPELIN-6022: ---------------------------------------
Summary: Allow empty credentials json when starting up server Key: ZEPPELIN-6022 URL: https://issues.apache.org/jira/browse/ZEPPELIN-6022 Project: Zeppelin Issue Type: Improvement Components: docker Affects Versions: 0.11.1, 0.11.0, 0.10.0 Reporter: Anh Tuan Pham Fix For: 0.11.1, 0.11.0, 0.10.0 I am trying to run zeppelin-server using docker with volume mound of type=bind on conf/credentials.json. Usually, 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? -- This message was sent by Atlassian Jira (v8.20.10#820010)