Inconsistent Secret Encryption in `wmill instance pull` with `WMILL_INSTANCE_LOCAL_ENCRYPTION_KEY`

Even with
WMILL_INSTANCE_LOCAL_ENCRYPTION_KEY
set,
wmill instance pull
exports some secrets encrypted (
jwt_secret
,
license_key
) but others in plain text (
smtp_password
,
npm_config_registry
auth tokens). This prevents safely version-controlling instance settings in Git.
Or is there another approach to version control instance settings (we also use it for staging) ? Thank you for your help.
Was this page helpful?