How to encrypt provider settings
Hi,
We are deploying the database using SSDT. In provider settings we have to provide the connection string with clear text database password which you can't encrypt or hide it in the UI.
How do we encrypt/hide the connection string specified in provider settings?
Thanks
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 21 Jul, 2016 04:03 PM
Is it environment or Deployment tab of project settings?
2 Posted by Gopinath Sabapa... on 21 Jul, 2016 04:13 PM
It is for environment provider settings.
Please find the example screenshot attached.
Support Staff 3 Posted by Feodor Fitsner on 21 Jul, 2016 04:37 PM
You can add a new Environment variable, say
MyConnectionString
at the bottom of this screen, then use it as a value for a setting like$(MyConnectionString)
.Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:07 AM.