Securing the Raven Database

后端 未结 2 640
孤街浪徒
孤街浪徒 2021-01-26 06:00

I\'m trying to restrict access to our RavenDB to only one user. After altering the settings to secure the DB, I can still access the RavenDB management studio and I\'m not sure

2条回答
  •  渐次进展
    2021-01-26 06:04

    RavenDB doesn't secure the Studio endpoint because that there is no need for you to do so. The Studio itself doesn't let you to do any thing if it doesn't has access to RavenDB.

    If you still want to restrict access to the studio also, you can do that using IIS security, like a regular website. But keep in mind that there is no special reason to do so.

提交回复
热议问题