jekader commented on issue #329: URL: https://github.com/apache/incubator-devlake-helm-chart/issues/329#issuecomment-2853505527
Sure, all of them are stored in plaintext in the relevant secret objects. Here's how this is handled in documentation for Grafana: > 4. How to set the Grafana admin password? If not explicitly set, a random password will be generated and saved in a Kubernetes Secret https://github.com/apache/incubator-devlake-helm-chart/blob/main/HelmSetup.md?plain=1#L284 It's a best practice to follow the same pattern for all sensitive data. Then, in the quick start, have the passwords explicitly set to some demo values to make things easier to test out. -- 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]
