[GitHub] incubator-metron issue #535: METRON-859: Use REST application with Kerberos

2017-04-25 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/incubator-metron/pull/535 It would take some work but I think it could be done. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] incubator-metron issue #535: METRON-859: Use REST application with Kerberos

2017-04-25 Thread mattf-horton
Github user mattf-horton commented on the issue: https://github.com/apache/incubator-metron/pull/535 @merrimanr but is the update of README.md part of the component build? Or can it be made so? That way if a developer makes changes/additions in the annotations, but misses

[GitHub] incubator-metron issue #535: METRON-859: Use REST application with Kerberos

2017-04-25 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/incubator-metron/pull/535 I think src/main is fine. @mattf-horton there are no new files generated, this simply updates the metron-rest/README.md file. In theory you don't have to use it and it's not part of

[GitHub] incubator-metron issue #535: METRON-859: Use REST application with Kerberos

2017-04-25 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/incubator-metron/pull/535 Agreed this isn't Kerberos related. I just wasn't clear what the file was and why it is in test. Any reason the utility can't go in src/main along with the readme? Separate Jira, of

[GitHub] incubator-metron issue #535: METRON-859: Use REST application with Kerberos

2017-04-25 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/incubator-metron/pull/535 Should that be in the test src directory? `metron-interface/metron-rest/src/test/resources/README.vm` --- If your project is set up for it, you can reply to this email and have your

[GitHub] incubator-metron issue #535: METRON-859: Use REST application with Kerberos

2017-04-25 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/incubator-metron/pull/535 The REST API is documented with annotations. This is standard practice and powers the in context documentation in the Swagger UI. It was requested that this documentation also be

[GitHub] incubator-metron issue #535: METRON-859: Use REST application with Kerberos

2017-04-25 Thread mmiklavc
Github user mmiklavc commented on the issue: https://github.com/apache/incubator-metron/pull/535 @merrimanr Just curious, what's the difference between a vm file and an md file? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] incubator-metron issue #535: METRON-859: Use REST application with Kerberos

2017-04-20 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/incubator-metron/pull/535 I was able to spin this up in full dev without issues. There might be some conflicts with METRON-799, but I would expect that to primarily be on the README. +1 on what's here