Secure RavenDb Management Studio on Server -
i have created website in iis ravendb on server. can access raven studio on 127.0.0.10 make server accessible on public ip. there way of securing management studio asks username/password before can access it?
i have set raven/anonymousaccess none can't seem figure out how set username/password combination log in.
update
ok i've worked out. it's not ravendb setting it's configured in iis (thanks fitzchack). after creating ravendb iis website took following steps:
- create windows user (ravendbadmin)
- disable anonymous authentication website
- enable windows authentication website
when accessing site on public server ip ask password first.
ravendb uses windows accounts default (oauth supported too), need create windows account , use credentials in order log ravendb.
just layer of security, can restrict iis website itself, force login twice in studio. not required, nice option have.
Comments
Post a Comment