opendatahub-io / model-registry-operator

Apache License 2.0
3 stars 19 forks source link

Update db test secrets #112

Closed tonyxrmdavidson closed 4 months ago

tonyxrmdavidson commented 4 months ago

This commit will allow the test credentials for the postgress and mysql databases to pass prodsec scanning.

It should stop emails being received by the team informing us we have a potential data leak because of test credentials.

Instructions on how should be done are found here.

Description

Added '# notsecret tag to database-password and database-user lines in both postgres-db.yaml and mysql-db.yaml

Added a .gitleaks.toml file to allow prodsec to scan all previous commits.

How Has This Been Tested?

It has been tested locally using gitleaks cli.