You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Andreas Merkel <an...@blue-yonder.com> on 2016/12/27 14:48:37 UTC

Re: Review Request 54307: Add support to Aurora client for HTTP basic auth with credentials from clusters.json.

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

(Updated Dec. 27, 2016, 3:48 p.m.)


Review request for Aurora and Stephan Erb.


Repository: aurora


Description
-------

This adds an auth module that does HTTP basic auth with credentials read from `clusters.json`.


Diffs
-----

  docs/operations/security.md 46e0b8a 
  examples/vagrant/clusters_http_basic.json PRE-CREATION 
  src/main/python/apache/aurora/client/api/scheduler_client.py 9bbfece 
  src/main/python/apache/aurora/common/auth/auth_module.py 28cea15 
  src/main/python/apache/aurora/common/auth/auth_module_http_basic.py PRE-CREATION 
  src/main/python/apache/aurora/common/auth/auth_module_manager.py 3ae0e0a 
  src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh 4630937 

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


Testing
-------

- ran client tests
- ran end-to-end tests


Thanks,

Andreas Merkel