You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/02/28 14:36:40 UTC

[knox] branch master updated (94e423c -> 04a60fb)

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

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


    from 94e423c  KNOX-1793 - DefaultKeystoreService should not validate the signing key on initialization (#61)
     add 04a60fb  KNOX-1418 - Add KnoxShell command to build truststore using the gateway server's public certificate (#60)

No new revisions were added by this update.

Summary of changes:
 .../main/resources/build-tools/spotbugs-filter.xml |  2 +-
 .../provider/federation/AbstractJWTFilterTest.java |  2 +-
 .../security/impl/DefaultKeystoreService.java      |  1 +
 .../java/org/apache/knox/gateway/util/KnoxCLI.java |  1 -
 gateway-shell-release/home/bin/knoxshell.sh        | 17 ++--
 .../org/apache/knox/gateway/shell/KnoxSession.java | 25 +-----
 .../java/org/apache/knox/gateway/shell/KnoxSh.java | 96 ++++++++++++++++++++++
 .../gateway/shell/util/ClientTrustStoreHelper.java | 51 ++++++++++++
 .../knox/gateway/i18n/GatewaySpiMessages.java      |  3 -
 .../services/security/impl/CMFKeystoreService.java |  1 +
 .../gateway/i18n/GatewayUtilCommonMessages.java    |  3 +
 .../knox/gateway/util}/X509CertificateUtil.java    | 56 ++++++++++---
 12 files changed, 211 insertions(+), 47 deletions(-)
 create mode 100644 gateway-shell/src/main/java/org/apache/knox/gateway/shell/util/ClientTrustStoreHelper.java
 rename {gateway-spi/src/main/java/org/apache/knox/gateway/services/security/impl => gateway-util-common/src/main/java/org/apache/knox/gateway/util}/X509CertificateUtil.java (86%)