-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Describe the bug
If using a DNN database with an object qualifier Eg. DNN_{TableName}, the object qualifier is lost when KeyMaster is applied.
To Reproduce
Steps to reproduce the behavior:
- Setup a DNN database with an object qualifer to prefix all the database objects.
- Install and run Dnn.KeyMaster.
Expected Behavior
App should reload with values in Azure Key Vault
Actual Behavior
App tries to redirect to /InstallWizard as it cannot connect to the database.
To fix issue objectQualifier="DNN" needs to be set in the web.config in the SqlDataProvider.
Version:
- DNN: [e.g. 9.3.0]
- Dnn.KeyMaster: [eg. 1.0.0]
Reactions are currently unavailable