publish umbraco with secure connection string appsettings.json
Hi,
Am trying to publish a umbraco website on-premises, for security reasons our client did not agree to have a connection string in appsettings.json.
I found two solutions (Environment Variables, Command Line Arguments,) but unfortunately they did not accept any one of them.
is it possible to save the encrypted connection string in a different file and pass it to umbraco on startup? or any way to save the encrypted connection string appsettings.json?
Is your dtatabase on the same server? if so you could use integrated security so no user/pwd settings. However appsettings is pretty secure, if someone has gained access then you have a bigger security issue than your website.
publish umbraco with secure connection string appsettings.json
Hi,
Am trying to publish a umbraco website on-premises, for security reasons our client did not agree to have a connection string in appsettings.json.
I found two solutions (Environment Variables, Command Line Arguments,) but unfortunately they did not accept any one of them.
is it possible to save the encrypted connection string in a different file and pass it to umbraco on startup? or any way to save the encrypted connection string appsettings.json?
Thanks.
Is your dtatabase on the same server? if so you could use integrated security so no user/pwd settings. However appsettings is pretty secure, if someone has gained access then you have a bigger security issue than your website.
Hi Huw,
The SQL server in anther server, if we can use integrated security, what will be the solution?
Thanks
Hi Sharif,
might be worth checking this post, it may help.
https://our.umbraco.com/forum/using-umbraco-and-getting-started/107996-connection-string-obfuscation-on-shared-server
is working on a reply...