mike-jumper opened a new pull request #689: URL: https://github.com/apache/guacamole-client/pull/689
This change builds off the changes originally proposed via #336, adding: 1. Dynamic retrieval of secrets based on existing connection parameter contents, where the vault implementation has enough structural information to provide this. 2. Retrieval of `guacamole.properties` values from the vault. 3. Support for the Keeper Secrets Manager vault. I was recently tasked with implemented support for the Keeper Secrets Manager vault as part of my day job, which conveniently gives us a way to move forward with key vault support while we await the missing license information for Azure Key Vault. I went ahead and temporarily removed the Azure portion of these changes in a single, final commit so that we can simply revert it when ready. Note that these changes depend on #687 to function. The Keeper library and the Bouncy Castle FIPS library both depend on being able to read their own .jar files, which cannot work correctly with the old method of unpacking and mingling all dependencies directly into the extension .jar file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
