lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Feat]: allow setting LOWCODER_ADMIN_SMTP_* environment variables in helm chart

Open q-gandhart opened this issue 6 months ago • 1 comments
trafficstars

I couldn't find a way to set the LOWCODER_ADMIN_SMTP_* environment variables in the helm chart values.yaml file. Since, LOWCODER_ADMIN_SMTP_PASSWORD is a sensitive secret, we should have a secret reference in the values.yaml file to set this value.

something along these lines

global:
  config:
    ...
    admin_smtp_password_secret_ref: foo

q-gandhart avatar May 16 '25 18:05 q-gandhart

It is now possible via: https://github.com/lowcoder-org/lowcoder/blob/main/deploy/helm/values.yaml#L51-L59 , but yes we should allow setting sensitive information via external secret references.

ludomikula avatar Oct 18 '25 18:10 ludomikula