You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by mo...@apache.org on 2022/05/23 17:44:20 UTC

[knox] branch master updated (8c468b095 -> 93bceed9c)

This is an automated email from the ASF dual-hosted git repository.

more pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


    from 8c468b095 KNOX-2732 Issuer claim in Knox JWTs should be configurable (#560)
     add 93bceed9c KNOX-2726 - Impersonation Params should be configurable (#579)

No new revisions were added by this update.

Summary of changes:
 gateway-provider-identity-assertion-common/pom.xml | 13 +++
 .../knox/gateway/IdentityAsserterMessages.java     |  3 +
 ...tractIdentityAsserterDeploymentContributor.java | 31 +++++++
 .../filter/CommonIdentityAssertionFilter.java      | 42 +++++++++-
 .../IdentityAsserterHttpServletRequestWrapper.java | 26 ++++--
 ...tIdentityAsserterDeploymentContributorTest.java | 98 ++++++++++++++++++++++
 .../filter/CommonIdentityAssertionFilterTest.java  |  3 +
 ...tityAssertionHttpServletRequestWrapperTest.java | 20 +++++
 .../NoImpersonationAsserterRequestWrapper.java     |  9 +-
 .../filter/NoImpersonationFilter.java              |  3 +-
 .../filter/NoImpersonationFilterTest.java          |  3 +
 .../filter/DefaultIdentityAssertionFilterTest.java |  3 +
 .../ServiceDefinitionDeploymentContributor.java    | 28 ++++++-
 .../gateway/service/definition/CustomDispatch.java |  6 +-
 .../knox/gateway/service/definition/Policy.java    | 22 +++++
 15 files changed, 294 insertions(+), 16 deletions(-)
 create mode 100644 gateway-provider-identity-assertion-common/src/test/java/org/apache/knox/gateway/identityasserter/common/filter/AbstractIdentityAsserterDeploymentContributorTest.java