You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by gi...@git.apache.org on 2017/07/28 15:57:25 UTC

[GitHub] keith-turner opened a new issue #893: Support locking down properties in zookeeper

keith-turner opened a new issue #893: Support locking down properties in zookeeper
URL: https://github.com/apache/incubator-fluo/issues/893
 
 
   It would be nice to support locking down what Fluo stores in zookeeper.  An example use case is : for export purposes I have stored accumulo credentials in zookeeper as Fluo app props. 
   
   For example could have an **optional** connection property like :
   
   ```
   fluo.connection.zookeeper.password=0kOyYrxtRjo
   ```
   
   If this is set at init time, then the zookeeper root node would be locked down such that it can only be read/written using that password.
   
   It would be best to work on this after #883 is merged.  
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services