You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2022/11/30 17:31:59 UTC

[guacamole-client] branch master updated (af204001f -> 7c502fdd0)

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 af204001f GUACAMOLE-1721: Merge changes migrating to storage only of auth token.
     add b9044caf6 GUACAMOLE-1772: Allow user configuration of KSM API call timeout.
     new 7c502fdd0 GUACAMOLE-1772: Merge support for configuring KSM API call interval.

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/ksm/conf/KsmConfigurationService.java    | 32 ++++++++++++++++++++++
 .../guacamole/vault/ksm/secret/KsmClient.java      | 31 +++++++++++++--------
 .../vault/ksm/secret/KsmClientFactory.java         |  9 ++++--
 .../vault/ksm/secret/KsmSecretService.java         |  3 +-
 4 files changed, 61 insertions(+), 14 deletions(-)


[guacamole-client] 01/01: GUACAMOLE-1772: Merge support for configuring KSM API call interval.

Posted by mj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 7c502fdd0e28cd7c9d16bfab5c0edf01c8e47122
Merge: af204001f b9044caf6
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Wed Nov 30 09:31:52 2022 -0800

    GUACAMOLE-1772: Merge support for configuring KSM API call interval.

 .../vault/ksm/conf/KsmConfigurationService.java    | 32 ++++++++++++++++++++++
 .../guacamole/vault/ksm/secret/KsmClient.java      | 31 +++++++++++++--------
 .../vault/ksm/secret/KsmClientFactory.java         |  9 ++++--
 .../vault/ksm/secret/KsmSecretService.java         |  3 +-
 4 files changed, 61 insertions(+), 14 deletions(-)