Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Storage Account Connection String
-
I changed my storage account, but the connection string has been saved into table [dbo].[Feeds] PackageStoreConfiguration_Xml using AES-128 encryption. Is there a tool in ProGet to encrypt my connection string?
-
I'm not sure I totally understand the question :)
The ConnectionString property is marked as encrypted, which means that ProGet's Encryption Key will be used to store it to the database as encrypted, and obviously decrypt it.
But this should happen automatic, when using the API or UI to save the settings.
-- Dean