Hello,
I see in the configuration.yaml
, there is a simple way to reference secrets in secrets.yaml
. That’s convenient to have creds in one place that can be ignored when committing to a git repo for example, and avoid storing creds in git.
Now, when an integration is added, and it has a UI requiring credentials, where are those credentials stored? UI config is more user friendly and recommended, but what does that means for those creds? Are they getting saved in some file in the .storage
folder? Are they encrypted somehow? I would like to be able to save my config in git but don’t want creds to leak there.
Following up on this, if creds are not encrypted somehow, is it possible to create an integration that might have a UI for config, but still lookup secrets from secrets.yaml
?