How to add username and password to rethinkdb
connection?
In my network there are 100 plus machines. Out which only 2 machines are under my control. Out of 2, one is virtual machine and one is physical machine.
If i run rethinkdb
on virtual machine with below command
rethinkdb --bind all
Now my rethinkdb http:// ip:8080
is exposed to all machines in the network. How to set username and password to restrict others?
If i use localhost:8080
in the virtual machine, administrative HTTP connection is useless as it can't be accessed neither on the physical machine nor on the virtual machine.
How do i solve this?
Thanks