Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.78k stars 1.49k forks source link

Allow HELM value to be provided as `secretRef` #14310

Open bdsoha opened 1 month ago

bdsoha commented 1 month ago

Describe the feature request

Some HELM values are considered sensitive (i.e. apiEncryptionKey, jwtSecret, smtp.password, etc.). Therefore, there should be an option to provide those values as secretRef:

Example

globals:
  apiEncryptionKey:
    valueFrom:
      secretKeyRef:
        name: budibase-secrets
        key: api-encryption
linear[bot] commented 1 month ago

BUDI-8538 Allow HELM value to be provided as `secretRef`