Implement strategy to pass secrets during build time #64
Labels
flag: good 1st issue
Good for newcomers
priority: low
Low priority
type: security
Related to security
workload: minutes
Likely takes minutes to resolve
Is your feature request related to a problem? Please describe.
Currently there is no way of conveniently passing secrets (FTP, database, broker credentials...) to the service during build time. As credentials cannot be version controlled, this presents a serious vulnerability.
Describe the solution you'd like
Research and implement possible solutions, possibly involving Kubernetes and/or Docker secrets.
Once in place, use strategy to pass secrets/credentials for:
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: