ZhangNing10 commented on PR #130: URL: https://github.com/apache/incubator-devlake-helm-chart/pull/130#issuecomment-1594211721
hi @albinvass , thanks for looking into the issue and creating the pr! As stated by klesh, devlake would generate a random ENCODE_KEY to the .env file, and the path is specified via the environment variable ENV_PATH which is /app/config/.env. If mounting /app/config/.env as a configmap, then devlake can't write the file. So we plan to remove this behavior in v0.18, rename the ENCODE_KEY to ENCRYPTION_KEY which would be an environment variable, and let users generate it manually. I have created a pr https://github.com/apache/incubator-devlake-helm-chart/pull/144 about this. Could you kindly have a look into the pr and help review it? thanks a ton! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
