flowfuse icon indicating copy to clipboard operation
flowfuse copied to clipboard

Use Existing Secrets for All postgress credentials when deploying with Helm

Open hardillb opened this issue 1 month ago • 1 comments

Description

Be able to pass Existing Secrets for database credentials e.g.

  • FF Tables
  • File-Server Context

requested by:

  • https://app-eu1.hubspot.com/contacts/26586079/record/0-2/11137477601

Which customers would this be available to

Everyone - CE/Starter/Team/Enterprise

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

hardillb avatar Nov 11 '25 12:11 hardillb

For the File-Server - we already provide the possibility to use an external secret for database password.

For the FF Tables feature - to maintain driver configuration flexibility, we store the whole driver configuration in a plain YAML, without strictly hardcoded configuration keys. Implementing external secrets with such an approach is currently not possible. However, I am leaving this issue open to implement it in the future.

ppawlowski avatar Nov 12 '25 18:11 ppawlowski