-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smtp Deployment step #5556
Smtp Deployment step #5556
Conversation
Fixes #5493
You could remove the password field from the export, as is done with the Id property in the contents step Then it's no longer part of the schema, so is more known that it isn't possible to export/import it.
|
Yes, but people will not understand that the password is not exported/imported. |
I think we should have the encrypted settings (any of them) exported as a different step. This way you can decide if you want to export them as you might know that it will work or not (for instance sharing the protection keys between a staging and production, either on the FS, blob storage, database, ...). Another option would be to decrypt them, send them unencrypted, then re-encrypt locally. This could be an option of the specific step for encrypted data, to decrypt it or not. In the end we would have these options:
|
TODO to merge this PR: Remove the encrypted secrets from the payload. |
Any further progress on this PR? This is an important one for me as I would really like to automate the process of setting up Smtp settings for new tenants |
Replaced by #6421 |
Fixes #5493
Import works but the password is encrypted based on the data protection key so it won't work on another tenant.