Re: Review Request 33659: Add support for shorthand names of security realm modules.

2015-04-29 Thread Kevin Sweeney

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

Ship it!


Ship It!

- Kevin Sweeney


On April 29, 2015, 2:36 p.m., Bill Farner wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/33659/
 ---
 
 (Updated April 29, 2015, 2:36 p.m.)
 
 
 Review request for Aurora and Kevin Sweeney.
 
 
 Bugs: AURORA-1290
 https://issues.apache.org/jira/browse/AURORA-1290
 
 
 Repository: aurora
 
 
 Description
 ---
 
 I initially went down the path of a custom `Parser` that extended 
 `ModuleParser`, but it turns out that doesn't work.  Parsers are identified 
 by type, and a specific parser on the `@CmdLine` arg would have to 
 reimplement the guts of `SetParser`.  As a result, i decided it was more sane 
 to bake the shorthand list in our canonical parser of modules.
 
 
 Diffs
 -
 
   docs/security.md 9b77781fff5a88ec5dec41af524ea80f7279b4be 
   examples/vagrant/upstart/aurora-scheduler-kerberos.conf 
 4fd2bf63f085bea88b94728894468f8a63f44833 
   
 src/main/java/org/apache/aurora/scheduler/http/api/security/ModuleParser.java 
 c96821683b4569977d6d2b8ed657b0625bdd1903 
 
 Diff: https://reviews.apache.org/r/33659/diff/
 
 
 Testing
 ---
 
 End-to-end tests pass.
 
 
 Thanks,
 
 Bill Farner
 




Review Request 33659: Add support for shorthand names of security realm modules.

2015-04-28 Thread Bill Farner

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

Review request for Aurora and Kevin Sweeney.


Bugs: AURORA-1290
https://issues.apache.org/jira/browse/AURORA-1290


Repository: aurora


Description
---

I initially went down the path of a custom `Parser` that extended 
`ModuleParser`, but it turns out that doesn't work.  Parsers are identified by 
type, and a specific parser on the `@CmdLine` arg would have to reimplement the 
guts of `SetParser`.  As a result, i decided it was more sane to bake the 
shorthand list in our canonical parser of modules.


Diffs
-

  docs/security.md db2e92495661800ef513334568810f16fcf513e1 
  examples/vagrant/upstart/aurora-scheduler-kerberos.conf 
ef502b7dcc48c716f71ab5ce920084917564f6ff 
  src/main/java/org/apache/aurora/scheduler/http/api/security/ModuleParser.java 
c96821683b4569977d6d2b8ed657b0625bdd1903 

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


Testing
---

TODO(wfarner): Verify in end-to-end tests.


Thanks,

Bill Farner



Re: Review Request 33659: Add support for shorthand names of security realm modules.

2015-04-28 Thread Bill Farner

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

(Updated April 29, 2015, 4:45 a.m.)


Review request for Aurora and Kevin Sweeney.


Bugs: AURORA-1290
https://issues.apache.org/jira/browse/AURORA-1290


Repository: aurora


Description
---

I initially went down the path of a custom `Parser` that extended 
`ModuleParser`, but it turns out that doesn't work.  Parsers are identified by 
type, and a specific parser on the `@CmdLine` arg would have to reimplement the 
guts of `SetParser`.  As a result, i decided it was more sane to bake the 
shorthand list in our canonical parser of modules.


Diffs
-

  docs/security.md db2e92495661800ef513334568810f16fcf513e1 
  examples/vagrant/upstart/aurora-scheduler-kerberos.conf 
ef502b7dcc48c716f71ab5ce920084917564f6ff 
  src/main/java/org/apache/aurora/scheduler/http/api/security/ModuleParser.java 
c96821683b4569977d6d2b8ed657b0625bdd1903 

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


Testing (updated)
---

End-to-end tests pass.


Thanks,

Bill Farner