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 8772207a7 GUACAMOLE-1629: Merge support for vault-specific 
configuration at the connection group level.
     add b8058e756 GUACAMOLE-1643: Validate/translate KSM configs and one-time 
tokens on connection group save.
     new a11b9a9ae GUACAMOLE-1643: Merge support for KSM one-time tokens at 
connection group level.

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/user/VaultDirectoryService.java          | 140 ++++++++++++
 .../guacamole/vault/user/VaultUserContext.java     |  54 +++++
 .../vault/ksm/KsmAuthenticationProviderModule.java |   3 +
 .../vault/ksm/user/KsmDirectoryService.java        | 253 +++++++++++++++++++++
 .../src/main/resources/translations/en.json        |   5 +-
 5 files changed, 454 insertions(+), 1 deletion(-)
 create mode 100644 
extensions/guacamole-vault/modules/guacamole-vault-base/src/main/java/org/apache/guacamole/vault/user/VaultDirectoryService.java
 create mode 100644 
extensions/guacamole-vault/modules/guacamole-vault-ksm/src/main/java/org/apache/guacamole/vault/ksm/user/KsmDirectoryService.java

Reply via email to