-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45042/
-----------------------------------------------------------

(Updated March 22, 2016, 5:02 p.m.)


Review request for Aurora, Bill Farner and Zameer Manji.


Changes
-------

Added documentation, switched to ACL lists and moved config parsing out of 
DefaultAnnouncerProviderChecker


Repository: aurora


Description
-------

Add ACL support for announcer
https://issues.apache.org/jira/browse/AURORA-1643

Adding support for service discovery ZK authentication. ZK authentication 
secrets should be stored in a file as json (as follows):
```json
{
  "scheme": "<scheme>",
  "credential": "<credential>",
        "permissions": {
          "read": <bool>,
          "write": <bool>,
          "create": <bool>,
          "delete": <bool>,
          "admin": <bool>,
          "all": <bool>
        }
}
```


Diffs (updated)
-----

  docs/security.md 32bea426fbceec83187e851a5db11e82df55e962 
  src/main/python/apache/aurora/executor/bin/thermos_executor_main.py 
6634506108c346f8c23b2da7cc8d20d09d07d590 
  src/main/python/apache/aurora/executor/common/announcer.py 
79a9cfb6ac3a8444f09fb3658e6e859e06941ba4 
  src/test/python/apache/aurora/executor/common/test_announcer.py 
142b58d5e577c9f4b8e2ae8473cffdea94eba21f 

Diff: https://reviews.apache.org/r/45042/diff/


Testing
-------


Thanks,

Kunal Thakar

Reply via email to