HoeflingSoftware / Dnn.KeyMaster

MIT License
3 stars 3 forks source link

objectQualifier not set in SqlDataProvider #67

Open jmt789 opened 5 years ago

jmt789 commented 5 years ago

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:

  1. Setup a DNN database with an object qualifer to prefix all the database objects.
  2. 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:

SkyeHoefling commented 5 years ago

Thanks for reporting this and providing feedback.