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 2020/04/08 00:39:16 UTC

[knox] branch master updated (aaf1748 -> 38b56bb)

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 aaf1748  KNOX-2316 - Knox Token State Eviction Must Consider Maximum Token Lifetime (#306)
     add 38b56bb  KNOX-2315 - Fix zookeeper Kerberos Auth (#304)

No new revisions were added by this update.

Summary of changes:
 .../security/impl/ZookeeperRemoteAliasService.java | 42 ++++++++++++++++++++--
 ...emRemoteConfigurationRegistryClientService.java | 10 ++++++
 gateway-service-remoteconfig/pom.xml               |  5 +++
 .../remote/RemoteConfigurationRegistryConfig.java  |  3 ++
 .../DefaultRemoteConfigurationRegistries.java      |  2 +-
 .../remote/config/RemoteConfigurationRegistry.java | 12 +++++++
 .../config/remote/zk/CuratorClientService.java     | 35 ++++++++++++++----
 .../zk/RemoteConfigurationRegistryJAASConfig.java  |  4 +--
 .../config/remote/zk/ZooKeeperClientService.java   |  2 ++
 .../RemoteConfigurationRegistryJAASConfigTest.java | 10 +++---
 .../apache/knox/gateway/config/GatewayConfig.java  |  4 ++-
 .../client/RemoteConfigurationRegistryClient.java  |  4 +++
 12 files changed, 114 insertions(+), 19 deletions(-)