6 Answer(s)
-
0
Where do you want to store decrypted string?
-
0
Hi,
don't wish to store the decrypted CN string - just want to be able to create an encypted CN string (from normal CN)
And then ANZ load/connect should decrypt the encrypted string - to the "real" CN.
-
0
As i know its not implemented. You can override
IConnectionStringResolver
. See: https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.Zero.EntityFramework/Zero/EntityFramework/DbPerTenantConnectionStringResolver.csYou can also create an issue on github.
-
0
Thank you - for input.
Closing the case.
-
0
If connection string in appsettings.json would be encrypted for host database, how can system admin encrypt changed connection string and replace old one? For tenant it's simple, because C# logic makes encryption and decryption logic.
-
0
Hi,
you would need a tool / function to create the encrypted string from the "real" connection string