rethinkdb / horizon-docs

Other
24 stars 36 forks source link

Document admin user requirement #117

Open danielmewes opened 8 years ago

danielmewes commented 8 years ago

Horizon 2.0 now allows configuring a database user for the Horizon server to use through the rdb_user option. However currently, until we ship RethinkDB 2.4.0, the only user name that actually works is "admin".

We should add a note to that effect to http://horizon.io/docs/configuration/ and http://horizon.io/docs/cli/ , and also add mention of the rdb_user / rdb_password options to http://horizon.io/docs/embed/ .

(this came up in https://github.com/rethinkdb/horizon/issues/806#issuecomment-245081805 )