You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I make sure that the passwords that have been marked as sensitive in the ETL during development at project level, are not exposed during build?
When we build a SSIS package through "SSISBuild" in PowerShell through it's PowerShell module New-SsisDeploymentPackage, we see that the project level sensitive passwords are exposed into plain text during the build, thereby rendering the password secrecy useless.
The ETL is protected with EncryptSensitiveWithPassword.
How do I make sure that the passwords that have been marked as sensitive in the ETL during development at project level, are not exposed during build?
When we build a SSIS package through "SSISBuild" in PowerShell through it's PowerShell module New-SsisDeploymentPackage, we see that the project level sensitive passwords are exposed into plain text during the build, thereby rendering the password secrecy useless.
The ETL is protected with EncryptSensitiveWithPassword.
Comment please!! @rtumaykin @fmms
The text was updated successfully, but these errors were encountered: