Replies: 1 comment 3 replies
-
Hi, the SAS URL could be encrypted as we already do the the account key (and so it can be stored using an external KMS system). Regarding the configurations within We could add support for loading the configuration file from Vault or other supported KMS but you need to provide the KMS URL and credentials in some way (for example via env vars). Do you use a KMS? However protecting the configuration files at filesystem levels seems an accepted standard, please take a look here: https://docs.aws.amazon.com/it_it/general/latest/gr/aws-access-keys-best-practices.html if you are on docker you can also user docker secrets You can also leave the dataprovider password empty in your configuration file and set it using an environment variable |
Beta Was this translation helpful? Give feedback.
-
Hi ,
In order to prevent password leakage and data security, I think the following settings need to be encrypted. What do you think?
1." data_ provider" > "Password" in sftpgo.json file
2. The SAS URL of the users table
Beta Was this translation helpful? Give feedback.
All reactions