[GitHub] wohali commented on issue #1604: couchup does not copy database permissions

2018-11-07 Thread GitBox
wohali commented on issue #1604: couchup does not copy database permissions
URL: https://github.com/apache/couchdb/issues/1604#issuecomment-436721428
 
 
   I've decided to just have moving `_security` over be the very last 
operation, after replication is done. A server admin can remove or alter 
`_security` if they need to after the fact.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wohali commented on issue #1604: couchup does not copy database permissions

2018-09-17 Thread GitBox
wohali commented on issue #1604: couchup does not copy database permissions
URL: https://github.com/apache/couchdb/issues/1604#issuecomment-422193330
 
 
   Confirmed, this is a concern. We need to manually grab the _security object 
and replicate it over.
   
   The problem is that if your _users database doesn't have the same content, 
the security settings may prevent appropriate access to the database for 
non-server-admins.
   
   Would you be OK if this was optional functionality enabled with a command 
line flag?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services