When running Raven.Server.exe by default admin panel is visible at IP:PORT address. How can I restrict access to this panel for specific users only?
相关问题
- RavenDb - Recursive queries/indexes, for Hierarchi
- RavenDB Map/Reduce/Transform on nested, variable-l
- How can you boost documents by recency in RavenDB?
- Find all items where child collection doesn't
- Faking/mocking an interface gives “no default cons
相关文章
- Shared hosting providers supporting RavenDB [close
- Custom model binder with inheritance using Web API
- How to query items from nested collections in Rave
- Managing RavenDb session in Windsor under NService
- How to configure Simple Injector IoC to use RavenD
- Raven DB Count Queries
- RavenDB. How to load document with only 5 items fr
- RavenDB Ids and ASP.NET MVC3 Routes
Steve, RavenDB uses windows authentication by default and there is no exception for the management studio. You can switch to OAuth if you like, and this will also apply for the management studio. So in case you want to stick with ravens default Windows Authentication, just set anonymous access to none and make sure only the users you like have have access to ravens data folder. I suggest you double check this if you're running in a domain environment, since it will be likely that domain users are granted access if not explicitly disabled.
Steve, we are running RavenDB as a windows service and use windows authentication to control access. If you want to use Windows Authentication, you can setup the configuration to only allow access by a windows group. That way you can restrict access to users by controlling who is in the windows group.