QCDIS / NaaVRE-dev-environment

Integrated development environment for NaaVRE
Apache License 2.0
0 stars 0 forks source link

Save secrets to gitignore'd files #15

Open gpelouze opened 5 months ago

gpelouze commented 5 months ago

Currently, developers are instructed set secrets for the cells Git repo (README#github-repository-for-building-cells and Argo (README#start-the-services-needed-by-naavre) in git-tracked files. Despite GitGuardian pre-commit checks, these can still be commited by mistake.

We should create special values.yaml files containing only these keys, that are ignored by git.