Re: pac4j and Apache Knox

2016-01-05 Thread Jérôme LELEU
Hi, Happy new year! A few days ago, I updated my patch of the pac4j gateway provider according to all comments on https://issues.apache.org/jira/browse/KNOX-641 as well as the documentation on KNOX-642. Is everything ok for the merge? Thanks. Best regards, Jérôme 2015-12-14 15:28 GMT+01:00

[jira] [Assigned] (KNOX-589) Jericho java.lang.IllegalStateException: StreamedText position 10773 has been discarded

2016-01-05 Thread Sumit Gupta (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Gupta reassigned KNOX-589: Assignee: Sumit Gupta > Jericho java.lang.IllegalStateException: StreamedText position 10773 has

[jira] [Commented] (KNOX-589) Jericho java.lang.IllegalStateException: StreamedText position 10773 has been discarded

2016-01-05 Thread Jeffrey E Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15083335#comment-15083335 ] Jeffrey E Rodriguez commented on KNOX-589: --- After proper review and if the patch is accepted can

[jira] [Commented] (KNOX-537) Linux PAM Authentication Provider

2016-01-05 Thread Jeffrey E Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15083364#comment-15083364 ] Jeffrey E Rodriguez commented on KNOX-537: --- Hi Kevin. Yes sorry for the delay After review can

[jira] [Commented] (KNOX-537) Linux PAM Authentication Provider

2016-01-05 Thread Kevin Minder (JIRA)
[ https://issues.apache.org/jira/browse/KNOX-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15083338#comment-15083338 ] Kevin Minder commented on KNOX-537: --- [~jeffreyr97] < Are you still planning on providing a patch for this?

Re: pac4j and Apache Knox

2016-01-05 Thread Jérôme LELEU
The online CAS server (https://casserverpac4j.herokuapp.com/login) uses the CAS protocol. SAML support can be tested using some online IdP like Okta, TestShib, OpenFeide, Ssocircle... 2016-01-05 17:32 GMT+01:00 larry mccay : > Great - thanks for that pointer! > > I will

Re: pac4j and Apache Knox

2016-01-05 Thread larry mccay
Okay, very good. I've used TestShib for the picketlink provider - thanks for the pointers! On Tue, Jan 5, 2016 at 1:38 PM, Jérôme LELEU wrote: > The online CAS server (https://casserverpac4j.herokuapp.com/login) uses > the > CAS protocol. SAML support can be tested using some

Re: pac4j and Apache Knox

2016-01-05 Thread Kevin Minder
From my perspective it would be ideal if there were some automatable functional tests for this. I’m not advocating that these be something included in “mvn clean install” as that is running too long as it is. Given that I don’t have as much context as Larry, I have some questions about what

Re: [DISCUSS] Preparing for 0.8.0 Release

2016-01-05 Thread Sumit Gupta
Larry, thanks for volunteering to manage the next release. The feature set and release date both sound terrific to me. I think the community will greatly benefit from quick releases that have meaty features. +1 Sumit. On 1/5/16, 3:13 PM, "larry mccay" wrote: >All - > >I

Re: [DISCUSS] Preparing for 0.8.0 Release

2016-01-05 Thread larry mccay
Unfortunately, I forgot to list the [1] thread that is in the JIRA for https://issues.apache.org/jira/browse/KNOX-641. This is where it was proposed that we defer the pac4j work to 0.8.0. Sorry for any confusion. On Tue, Jan 5, 2016 at 3:13 PM, larry mccay wrote: > All - > >

Re: pac4j and Apache Knox

2016-01-05 Thread Jérôme LELEU
Hi, Yes, you can hit the CAS server at Heroku. Notice it's a Heroku free server so it needs to be re-activated first (it takes a couple of seconds). So for a UI test, you should first hit it, wait 30 seconds and then perform the test. Just my 2 cents: Using automated UI tests was my first

Sample Hadoop test using HDFS and MiniKDC

2016-01-05 Thread Kevin Minder
Hey Everyone, I ran across this test in Hadoop the other day. https://github.com/apache/hadoop/blob/2f623fb8cc3dc49221216c3b46b6f51144811904/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal/TestSecureNNWithQJM.java I was thinking it could be the bases for a secure