replicator icon indicating copy to clipboard operation
replicator copied to clipboard

Helm - connection string credentials in secret

Open tskinner-oppfi opened this issue 2 months ago • 0 comments

Is your feature request related to a problem? Please describe. Using the current helm chart causes the connectionString to be stored in the helm values and a Kubernetes ConfigMap. It is generally considered a bad practice to store credentials in github (as IAC) or in Kubernetes ConfigMaps.

Describe the solution you'd like Allow the use of providing the connection string credentials or the connection string itself from an existing secret in Kubernetes.

Describe alternatives you've considered Not using the helm chart.

tskinner-oppfi avatar Oct 27 '25 19:10 tskinner-oppfi