Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ stable/dependency-track/] - Postgresql uses Hardcoded password instead of randomly generated #89

Open
Homopatrol opened this issue Jul 21, 2021 · 0 comments · May be fixed by #90
Open

Comments

@Homopatrol
Copy link

Describe the bug
The Postgresql password is being hard coded in values.yaml, it is not good practice to hardcode default credentials in Helm charts especially when the Postgresql chart contains a random-generate function to create passwords.

postgresql:
  enabled: true
  postgresqlUsername: deptrack
  postgresqlPassword: deptrack
  postgresqlDatabase: deptrack

A clear and concise description of what the bug is.
this is not good practice to use a fixed password, especially when the rando-generate function is already in the chart
Version of Helm and Kubernetes

Helm v3.5.2
Kubernetes 1.19.0

Which chart:
Dependency Track 4.2.0 / Chart 1.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant