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/07/22 15:49:29 UTC

[guacamole-client] branch master updated (a11b9a9ae -> 5b1d39634)

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 a11b9a9ae GUACAMOLE-1643: Merge support for KSM one-time tokens at connection group level.
     add 492dbf48d GUACAMOLE-1643: Ensure connection groups with an empty KSM config attribute fall back to the global config.
     add d599ad317 GUACAMOLE-1643: Ensure that the KSM config attribute is always visible for connection groups.
     new 5b1d39634 GUACAMOLE-1643: Merge corrections to connection group KSM config edit behavior.

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/secret/KsmSecretService.java         |  6 +-
 .../vault/ksm/user/KsmConnectionGroup.java         | 78 ++++++++++++++++++++++
 .../vault/ksm/user/KsmDirectoryService.java        | 25 ++++++-
 3 files changed, 104 insertions(+), 5 deletions(-)
 create mode 100644 extensions/guacamole-vault/modules/guacamole-vault-ksm/src/main/java/org/apache/guacamole/vault/ksm/user/KsmConnectionGroup.java


[guacamole-client] 01/01: GUACAMOLE-1643: Merge corrections to connection group KSM config edit behavior.

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 5b1d39634ea8940985319b7883d960d52aec71bc
Merge: a11b9a9ae d599ad317
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Fri Jul 22 08:49:24 2022 -0700

    GUACAMOLE-1643: Merge corrections to connection group KSM config edit behavior.

 .../vault/ksm/secret/KsmSecretService.java         |  6 +-
 .../vault/ksm/user/KsmConnectionGroup.java         | 78 ++++++++++++++++++++++
 .../vault/ksm/user/KsmDirectoryService.java        | 25 ++++++-
 3 files changed, 104 insertions(+), 5 deletions(-)