flowfuse
flowfuse copied to clipboard
Use Existing Secrets for All postgress credentials when deploying with Helm
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
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.