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

(Updated Oct. 14, 2016, 12:40 p.m.)


Review request for Aurora, Joshua Cohen and Stephan Erb.


Repository: aurora


Description
-------

Allow cookie based authentication

This allows aurora client to connect to servers which are behind a frontend 
which expects some sort of cookie to autheticate and authorize users. The 
cookie should be stored in MozillanCookieJar format in a file named 
`~/.aurora-token`.


Diffs (updated)
-----

  RELEASE-NOTES.md 1819eaa20cf5014228643a1e120316d646cc2824 
  docs/operations/security.md 46e0b8a9db654f52467f9adf36307a6a97a7a3ec 
  src/main/python/apache/aurora/admin/aurora_admin.py 
fbebbab8c827b5695042d18770d850e31fc38122 
  src/main/python/apache/aurora/client/cli/client.py 
fa0c2648c5ff7ea6c9d949cf8cd9b9795d452e98 
  src/main/python/apache/aurora/common/cookie_auth_module.py PRE-CREATION 
  src/test/python/apache/aurora/common/test_cookie_auth_module.py PRE-CREATION 

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


Testing
-------

$ cat ~/aurora/clusters.json
[
{
  "name": "build",
  "scheduler_uri": "https://aliaurora.cern.ch";,
  "auth_mechanism": "COOKIE"
}
]
$ dist/aurora.pex quota get build/root


Thanks,

Giulio Eulisse

Reply via email to