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

(Updated Oct. 5, 2016, 2:04 p.m.)


Review request for Aurora, Joshua Cohen and Stephan Erb.


Changes
-------

@ReviewBot retry


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)
-----

  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 

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