[jira] [Commented] (KNOX-624) Expose configuration for Jetty's request and response buffer sizes

2015-11-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003227#comment-15003227 ] ASF subversion and git services commented on KNOX-624: -- Commit 99d7b8f7

[jira] [Commented] (KNOX-624) Expose configuration for Jetty's request and response buffer sizes

2015-11-12 Thread Kevin Minder (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003193#comment-15003193 ] Kevin Minder commented on KNOX-624: --- Added the following config options for gateway-site.x

[jira] [Commented] (KNOX-624) Expose configuration for Jetty's request and response buffer sizes

2015-11-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003177#comment-15003177 ] ASF subversion and git services commented on KNOX-624: -- Commit 43bb06d6

[jira] [Commented] (KNOX-623) Gateway provider rewriter doesn't support boolean attributes in HTML.

2015-11-12 Thread Kevin Minder (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002878#comment-15002878 ] Kevin Minder commented on KNOX-623: --- I can provide a hint to get you started. The fix is

[jira] [Updated] (KNOX-623) Gateway provider rewriter doesn't support boolean attributes in HTML.

2015-11-12 Thread Kevin Minder (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Minder updated KNOX-623: -- Assignee: Christopher Jackson > Gateway provider rewriter doesn't support boolean attributes in HTML. > --

[jira] [Commented] (KNOX-623) Gateway provider rewriter doesn't support boolean attributes in HTML.

2015-11-12 Thread Christopher Jackson (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002839#comment-15002839 ] Christopher Jackson commented on KNOX-623: -- Sure, I'll take a stab at it. > Gatew

[jira] [Commented] (KNOX-623) Gateway provider rewriter doesn't support boolean attributes in HTML.

2015-11-12 Thread Kevin Minder (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002668#comment-15002668 ] Kevin Minder commented on KNOX-623: --- @Christopher Jackson < Did you want to fix this or sh

[jira] [Comment Edited] (KNOX-623) Gateway provider rewriter doesn't support boolean attributes in HTML.

2015-11-12 Thread Kevin Minder (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15002668#comment-15002668 ] Kevin Minder edited comment on KNOX-623 at 11/12/15 7:09 PM: - [~

[jira] [Created] (KNOX-624) Expose configuration for Jetty's request and response buffer sizes

2015-11-12 Thread Kevin Minder (JIRA)
Kevin Minder created KNOX-624: - Summary: Expose configuration for Jetty's request and response buffer sizes Key: KNOX-624 URL: https://issues.apache.org/jira/browse/KNOX-624 Project: Apache Knox

[jira] [Created] (KNOX-623) Gateway provider rewriter doesn't support boolean attributes in HTML.

2015-11-12 Thread Christopher Jackson (JIRA)
Christopher Jackson created KNOX-623: Summary: Gateway provider rewriter doesn't support boolean attributes in HTML. Key: KNOX-623 URL: https://issues.apache.org/jira/browse/KNOX-623 Project: Apac

Re: pac4j and Apache Knox

2015-11-12 Thread larry mccay
Terrific! Okay... original questions: 1) Webflow: is it normal to get a redirection to Facebook or another IdP when I made the request (for such a configuration of course)? Is this request meant to happen in a browser? (because it's the use case it was made for) It is normal. The usecases in whi

Re: pac4j and Apache Knox

2015-11-12 Thread Jérôme LELEU
Hi, Thanks for your feedback. I didn't understand why the dependency was required so I didn't add it. Now, it starts working: *$ curl -ivk "https://localhost:8443/gateway/sandbox/webhdfs/v1/tmp?op=LISTSTATUS "* ** Trying ::1.

Re: pac4j and Apache Knox

2015-11-12 Thread larry mccay
Yes, Kevin, that seems to be missing from the pull request. Also, the parent pom doesn't have all of the changes needed to add a new module. See the section in the article called "Root Level Pom.xml" and the section below that for the "Gateway Release Module Pom.xml" https://github.com/lmccay/gate

[jira] [Created] (KNOX-622) Misconfigured providers should cause topology deployment to fail

2015-11-12 Thread Larry McCay (JIRA)
Larry McCay created KNOX-622: Summary: Misconfigured providers should cause topology deployment to fail Key: KNOX-622 URL: https://issues.apache.org/jira/browse/KNOX-622 Project: Apache Knox Iss

Re: pac4j and Apache Knox

2015-11-12 Thread Kevin Minder
I think I know what it probably is. The gateway-release module pom.xml is what actually defines the classpath of the final packaged server. If you take a look at that you will see it references all of the providers that are intended to be included by default. Try adding yours to the dependenc

Re: pac4j and Apache Knox

2015-11-12 Thread larry mccay
We really need to fix this behavior... It seems you traded in your random authentication provider for a random federation provider. :/ This is most likely due to not having your new provider on the classpath for the serviceLoader to find. Just to try and articulate how it works... The deploymen

Re: pac4j and Apache Knox

2015-11-12 Thread Jérôme LELEU
Hi, By changing the role to the appropriate value, the error is gone, but I have a new problem: *Caused by: javax.servlet.ServletException: Required authentication provider URL is missing.* * at org.apache.hadoop.gateway.provider.federation.jwt.filter.SSOCookieFederationFilter.init(SSOCookieFeder