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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/knox-token-management-ui/async-2.6.4
in repository https://gitbox.apache.org/repos/asf/knox.git


 discard d73d3ecac Bump async from 2.6.3 to 2.6.4 in /knox-token-management-ui
     add 316340129 KNOX-2738 On Fresh install JDBCTokenStateService initiation 
failed (#567)
     add 2c7140ed4 KNOX-2740 - Impersonation-related fields should be displayed 
only if that's enabled in the topology for the KnoxToken service (#569)
     add 08ba70c4c KNOX-2741 - Upgraded Velocity and Pac4j versions (#570)
     add d5f0c3778 KNOX-2743 - Upgrade netty (#573)
     add 3b63b9851 KNOX-2742 - Retrying CM service discovery in case of 
ConnectExceptions (#571)
     add 5b6f389df KNOX-2744 Upgrade protobuf-java to 3.16.1 (#572)
     add 1b177a263 KNOX-2745 VirtualGroupMapper doesn't use groups from 
HadoopGroupProviderFilter (#575)
     add 7ac870f16 KNOX-2736 Knox clients should support retry/failover (#568)
     add b15685c95 KNOX-2346 - Eliminated the accidentally re-introduced 
configs in one of the tests (#577)
     add fc48add49 KNOX-2736 Knox clients should support retry/failover - 
addendum (#578)
     add 8c468b095 KNOX-2732 Issuer claim in Knox JWTs should be configurable 
(#560)
     add 93bceed9c KNOX-2726 - Impersonation Params should be configurable 
(#579)
     add e2bfa1535 KNOX-2747 RemoteAliasService generates password without 
checking if it already exists (#581)
     add ce523efdd KNOX-2720 upgrade postgresql due to security issue (#548)
     add 641d0a4cd upgrade gson due to security issue (#582)
     add 53d9456dc KNOX-2756 - Fixing NPE caused by null GatewayConfig (#589)
     add 02763cae0 KNOX-2746 - Add presto/presto ui support in service 
definition (#576)
     add 6cdd2f058 KNOX-2757 - HadoopGroupProvider parameters should be added 
to the filter even there is a gateway level property with 
CENTRAL_GROUP_CONFIG_PREFIX (#590)
     add aa8e1531f KNOX-2752 knoxcli should support batch alias creation (#583)
     add 31485649e KNOX-2762  (#594)
     add 50a0552dc KNOX-2761 - Knox Token renew/revoke operations are now 
PUT/DELETE HTTP methods in KnoxShell too (#593)
     add d972cbbc9 Bump minimist from 1.2.5 to 1.2.6 in /knox-homepage-ui (#555)
     add 3b365bfc8 Bump async from 2.6.3 to 2.6.4 in /knox-homepage-ui (#566)
     add ecd9d5bd2 Bump async from 2.6.3 to 2.6.4 in /knox-token-management-ui

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d73d3ecac)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/knox-token-management-ui/async-2.6.4 
(ecd9d5bd2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 .../resources/applications/tokengen/app/index.html |   8 +-
 .../applications/tokengen/app/js/tokengen.js       |   4 +
 .../cm/ClouderaManagerServiceDiscovery.java        |  68 +++++++++-
 .../ClouderaManagerServiceDiscoveryMessages.java   |   5 +
 .../cm/ClouderaManagerServiceDiscoveryTest.java    |  83 ++++++++++--
 .../ha/provider/impl/HaDescriptorFactoryTest.java  |   4 +-
 gateway-provider-identity-assertion-common/pom.xml |  19 ++-
 .../knox/gateway/IdentityAsserterMessages.java     |   3 +
 ...tractIdentityAsserterDeploymentContributor.java |  31 +++++
 .../filter/CommonIdentityAssertionFilter.java      |  52 +++++++-
 .../IdentityAsserterHttpServletRequestWrapper.java |  26 ++--
 ...tIdentityAsserterDeploymentContributorTest.java |  98 ++++++++++++++
 .../filter/CommonIdentityAssertionFilterTest.java  |   3 +
 ...tityAssertionHttpServletRequestWrapperTest.java |  20 +++
 .../pom.xml                                        |   4 +
 .../HadoopGroupProviderDeploymentContributor.java  |  83 +++++++-----
 .../groups/filter/HadoopGroupProviderFilter.java   |   7 +-
 .../groups/filter/HadoopGroupProviderMessages.java |   3 +
 ...doopGroupProviderDeploymentContributorTest.java |  89 ++++++++++++-
 .../filter/HadoopGroupProviderFilterTest.java      |  61 ++++++++-
 .../NoImpersonationAsserterRequestWrapper.java     |   9 +-
 .../filter/NoImpersonationFilter.java              |   3 +-
 .../filter/NoImpersonationFilterTest.java          |   3 +
 .../filter/DefaultIdentityAssertionFilterTest.java |   3 +
 .../pom.xml                                        |   2 +-
 .../pom.xml                                        |   2 +-
 gateway-provider-rewrite-step-encrypt-uri/pom.xml  |   2 +-
 gateway-provider-rewrite/pom.xml                   |   2 +-
 .../impl/CompositeAuthzDeploymentContributor.java  |  10 +-
 .../deploy/impl/CompositeAuthzProviderTest.java    |  12 ++
 gateway-provider-security-hadoopauth/pom.xml       |   4 +
 .../jwt/filter/JWTAccessTokenAssertionFilter.java  |  15 ++-
 .../jwt/filter/JWTAuthCodeAssertionFilter.java     |  13 +-
 gateway-provider-security-pac4j/pom.xml            |   4 +
 gateway-server/pom.xml                             |  12 +-
 .../gateway/config/impl/GatewayConfigImpl.java     |   6 +
 .../ServiceDefinitionDeploymentContributor.java    |  28 +++-
 .../services/security/impl/RemoteAliasService.java |  10 +-
 .../org/apache/knox/gateway/util/JDBCUtils.java    |  13 ++
 .../java/org/apache/knox/gateway/util/KnoxCLI.java | 146 +++++++++++++++++----
 .../resources/createKnoxTokenDatabaseTable.sql     |   2 +-
 .../createKnoxTokenMetadataDatabaseTable.sql       |   2 +-
 .../security/impl/RemoteAliasServiceTest.java      |  79 +++++++----
 .../impl/RemoteAliasServiceTestProvider.java       |   3 +-
 .../token/impl/JDBCTokenStateServiceTest.java      |  70 +++-------
 .../org/apache/knox/gateway/util/KnoxCLITest.java  |  60 +++++++++
 .../gateway/service/definition/CustomDispatch.java |   6 +-
 .../knox/gateway/service/definition/Policy.java    |  22 ++++
 .../{storm/0.9.3 => presto/0.261}/rewrite.xml      |  32 +++--
 .../{oozieui/4.2.0 => presto/0.261}/service.xml    |  20 ++-
 .../resources/services/prestoui/0.261/rewrite.xml  |  45 +++++++
 .../{oozieui/4.2.0 => prestoui/0.261}/service.xml  |  19 ++-
 .../gateway/service/knoxsso/WebSSOResource.java    |  18 ++-
 .../gateway/service/knoxtoken/TokenResource.java   |  13 +-
 .../knoxtoken/TokenServiceResourceTest.java        |  39 ++++++
 .../apache/knox/gateway/shell/ClientContext.java   |  33 +++++
 ...ialCollectionException.java => HttpDelete.java} |  28 ++--
 .../knox/gateway/shell/KnoxClientRetryHandler.java |  56 ++++++++
 .../org/apache/knox/gateway/shell/KnoxSession.java | 112 ++++++++--------
 .../knox/token/AbstractTokenLifecycleRequest.java  |  20 +--
 .../knox/gateway/shell/knox/token/Renew.java       |  19 ++-
 .../knox/gateway/shell/knox/token/Revoke.java      |  19 ++-
 .../apache/knox/gateway/shell/KnoxSessionTest.java |  30 +++++
 .../knox/gateway/shell/knox/token/TokenTest.java   |   5 +-
 .../pom.xml                                        |  30 +++--
 .../org/apache/knox/gateway/GatewayTestConfig.java |  19 ++-
 .../descriptor/impl/FilterDescriptorImpl.java      |   0
 .../descriptor/impl/FilterParamDescriptorImpl.java |   0
 .../descriptor/impl/GatewayDescriptorImpl.java     |   0
 .../impl/GatewayParamDescriptorImpl.java           |   0
 .../descriptor/impl/ResourceDescriptorImpl.java    |   2 +-
 .../impl/ResourceParamDescriptorImpl.java          |   0
 gateway-spi/pom.xml                                |   2 +-
 .../apache/knox/gateway/config/GatewayConfig.java  |  12 ++
 .../services/security/token/JWTokenAttributes.java |   1 +
 .../security/token/JWTokenAttributesBuilder.java   |   2 +-
 gateway-test-release-utils/pom.xml                 |   4 +
 gateway-test-release/webhdfs-kerb-test/pom.xml     |   5 +
 gateway-test-release/webhdfs-test/pom.xml          |   6 +
 gateway-test-utils/pom.xml                         |   2 +-
 .../main/java/org/apache/knox/test/TestUtils.java  |  15 ++-
 gateway-test/pom.xml                               |   7 +-
 .../knox/gateway/AmbariServiceDefinitionTest.java  |   2 +-
 .../apache/knox/gateway/GatewayBasicFuncTest.java  |   6 +-
 knox-homepage-ui/package-lock.json                 |  12 +-
 .../app/token.management.component.html            |   2 +-
 .../app/token.management.component.ts              |   7 +
 .../app/token.management.service.ts                |  18 +++
 pom.xml                                            |  27 +++-
 90 files changed, 1542 insertions(+), 362 deletions(-)
 create mode 100644 
gateway-provider-identity-assertion-common/src/test/java/org/apache/knox/gateway/identityasserter/common/filter/AbstractIdentityAsserterDeploymentContributorTest.java
 copy gateway-service-definitions/src/main/resources/services/{storm/0.9.3 => 
presto/0.261}/rewrite.xml (51%)
 copy gateway-service-definitions/src/main/resources/services/{oozieui/4.2.0 => 
presto/0.261}/service.xml (62%)
 create mode 100644 
gateway-service-definitions/src/main/resources/services/prestoui/0.261/rewrite.xml
 copy gateway-service-definitions/src/main/resources/services/{oozieui/4.2.0 => 
prestoui/0.261}/service.xml (62%)
 copy 
gateway-shell/src/main/java/org/apache/knox/gateway/shell/{CredentialCollectionException.java
 => HttpDelete.java} (55%)
 create mode 100644 
gateway-shell/src/main/java/org/apache/knox/gateway/shell/KnoxClientRetryHandler.java
 copy {gateway-service-vault => gateway-spi-common}/pom.xml (68%)
 rename {gateway-test-release-utils => 
gateway-spi-common}/src/main/java/org/apache/knox/gateway/GatewayTestConfig.java
 (97%)
 rename {gateway-server => 
gateway-spi-common}/src/main/java/org/apache/knox/gateway/descriptor/impl/FilterDescriptorImpl.java
 (100%)
 rename {gateway-server => 
gateway-spi-common}/src/main/java/org/apache/knox/gateway/descriptor/impl/FilterParamDescriptorImpl.java
 (100%)
 rename {gateway-server => 
gateway-spi-common}/src/main/java/org/apache/knox/gateway/descriptor/impl/GatewayDescriptorImpl.java
 (100%)
 rename {gateway-server => 
gateway-spi-common}/src/main/java/org/apache/knox/gateway/descriptor/impl/GatewayParamDescriptorImpl.java
 (100%)
 rename {gateway-server => 
gateway-spi-common}/src/main/java/org/apache/knox/gateway/descriptor/impl/ResourceDescriptorImpl.java
 (98%)
 rename {gateway-server => 
gateway-spi-common}/src/main/java/org/apache/knox/gateway/descriptor/impl/ResourceParamDescriptorImpl.java
 (100%)

Reply via email to