dcruzrinkel commented on PR #1116:
URL: 
https://github.com/apache/guacamole-client/pull/1116#issuecomment-3389495841

   > Hi, can you provide an example of the hv-config property please ?
   
   To generate one of those configs in the shell, install "jq". 
   Then you pass the base64 string to the guacamole docker in your .env, if 
you're using docker.
   
     export HV_CONFIG_B64=$(jq -n --arg url 
"https://your-vault-only.<your-domain>.com" \
                              --arg tok 
"THE_TOKEN_FROM_VAULT_GENERATED_USING_VAULT_CLI" \
                              --arg cache "300s" \
     '{vault_url:$url, vault_token:$tok, cache_lifetime:$cache}' | base64 -w0)
   
   


-- 
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]

Reply via email to