2

我有一个 couchdb 实例,我想在其中部署两个 couchapp。

到目前为止,对于注册用户,我看到经验法则是使用authentication_db配置文件中定义的[couch_httpd_auth].

但是拥有两个 couchapps 意味着我将在同一张表中存储来自不同应用程序的用户的信息(角色)_user

如果我只想复制一个应用程序,那不是问题(安全性)吗?

如果_user不与我的应用程序复制,我如何确保我的复制 couchdb 实例中的 _user 将保持一致并保持与我的原始 couchdb 实例相同的内容?

4

1 回答 1

2

This is a definite limitation that currently exists within CouchDB. However, per-database authentication databases is scheduled for v1.2.

于 2011-12-11T23:41:11.947 回答