This is an automated email from the ASF dual-hosted git repository.
lmccay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
from 098140d9b KNOX-3077 - Add unit test for pac4j.cookie.max.age param
(#993)
add a85cdcbe1 KNOX-3096 - Remote Authentication Provider for Levaraging
other Knox Instances (#994)
No new revisions were added by this update.
Summary of changes:
.../pom.xml | 21 +-
.../apache/knox/gateway/RemoteAuthMessages.java | 38 +++
.../deploy/RemoteAuthDeploymentContributor.java | 6 +-
.../knox/gateway/filter/RemoteAuthFilter.java | 250 +++++++++++++++++++
...ox.gateway.deploy.ProviderDeploymentContributor | 1 +
.../RemoteAuthDeploymentContributorTest.java | 6 +-
.../knox/gateway/filter/RemoteAuthFilterTest.java | 266 +++++++++++++++++++++
gateway-release/pom.xml | 4 +
pom.xml | 6 +
9 files changed, 582 insertions(+), 16 deletions(-)
copy {gateway-provider-security-preauth =>
gateway-provider-security-authc-remote}/pom.xml (86%)
mode change 100644 => 100755
create mode 100644
gateway-provider-security-authc-remote/src/main/java/org/apache/knox/gateway/RemoteAuthMessages.java
copy
gateway-provider-security-authc-anon/src/main/java/org/apache/knox/gateway/deploy/AnonymousAuthDeploymentContributor.java
=>
gateway-provider-security-authc-remote/src/main/java/org/apache/knox/gateway/deploy/RemoteAuthDeploymentContributor.java
(92%)
create mode 100755
gateway-provider-security-authc-remote/src/main/java/org/apache/knox/gateway/filter/RemoteAuthFilter.java
copy {gateway-provider-identity-assertion-common =>
gateway-provider-security-authc-remote}/src/main/resources/META-INF/services/org.apache.knox.gateway.deploy.ProviderDeploymentContributor
(93%)
mode change 100644 => 100755
copy
gateway-provider-security-authc-anon/src/test/java/org/apache/knox/gateway/deploy/AnonymousAuthDeploymentContributorTest.java
=>
gateway-provider-security-authc-remote/src/test/java/org/apache/knox/gateway/deploy/RemoteAuthDeploymentContributorTest.java
(85%)
create mode 100644
gateway-provider-security-authc-remote/src/test/java/org/apache/knox/gateway/filter/RemoteAuthFilterTest.java