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

mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git


    from a99a76568 GUACAMOLE-990: Merge new guacamole-auth-ban extension to 
block brute-force auth attempts.
     add aa06c81f2 GUACAMOLE-1661: Add domain search support for KSM vault 
extension.
     add 593cfaaff GUACAMOLE-1661: Match by both user and domain when using 
KEEPER_USER_ tokens.
     add e0a9364dd GUACAMOLE-1661: Simplify and clarify KSM domain search code.
     add 2b997a999 GUACAMOLE-1661: Restore logic to not index records by login 
if hostname is already defined.
     add c7bb1cb50 GUACAMOLE-1661: Parse config only once when iterating 
records.
     new 6b03b113a GUACAMOLE-1661: Merge support for indexing KSM records by 
user domain.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../vault/conf/VaultConfigurationService.java      |  17 ++
 .../vault/ksm/conf/KsmConfigurationService.java    |  18 ++
 .../guacamole/vault/ksm/secret/KsmClient.java      | 205 ++++++++++++++++++---
 .../vault/ksm/secret/KsmSecretService.java         |  55 +++++-
 .../guacamole/vault/ksm/secret/UserLogin.java      | 115 ++++++++++++
 5 files changed, 373 insertions(+), 37 deletions(-)
 create mode 100644 
extensions/guacamole-vault/modules/guacamole-vault-ksm/src/main/java/org/apache/guacamole/vault/ksm/secret/UserLogin.java

Reply via email to