TransforMap / data.transformap.co

Here you find a Node.js daemon to serve the public TransforMap web service.
https://data.transformap.co
GNU Affero General Public License v3.0
7 stars 2 forks source link

Add couchdb security docs #25

Closed maxlath closed 8 years ago

maxlath commented 8 years ago

CouchDB databases access control is set from security documents in which admins and members should be defined.

From the CouchDB web interface:

Database admins can update design documents and edit the admin and member lists. Database members can access the database. If no members are defined, the database is public.

This PR just automates setting CONFIG.store.username as the only admin and member for each databases. Aiming to solve #11

almereyda commented 8 years ago

Cool, thanks, let me have a look at this before merging.

almereyda commented 8 years ago

It seems nano doesn't make use of #18

maxlath commented 8 years ago

made obsolete by #30