spotfiresoftware / spotfire-cloud-deployment-kit

Vanilla recipes to build container images and Helm charts for Spotfire®
Apache License 2.0
16 stars 15 forks source link

ER: Remove Credentials as Environment Variables #6

Open alexandrev opened 1 year ago

alexandrev commented 1 year ago

Currently, there are some credentials that are managed as Secrets but loaded as Environment Variables in the containers.

This is considered as not best practice for some customers:

https://blog.nillsf.com/index.php/2020/02/24/dont-use-environment-variables-in-kubernetes-to-consume-secrets/

Can this be handled as an ER?

mdiez-tibco commented 1 year ago

Hi @alexandrev, Indeed this is something we are already looking into. Thanks!