ThinkDeepTech / thinkdeep

Economic analysis web application.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Implement RBAC and firewall rules to secure kubernetes cluster. #166

Open haydenmcp opened 2 years ago

haydenmcp commented 2 years ago

https://stackoverflow.com/questions/12461484/is-it-secure-to-store-passwords-as-environment-variables-rather-than-as-plain-t

haydenmcp commented 2 years ago

Kubernetes config maps and secrets aids this problem. Dockerfiles no longer have arguments as of this comment date and environment configurations are applied via kubernetes secrets and config maps. In combination with RBAC and firewall rules this will be solidified.