marvin-enthus opened a new pull request, #795:
URL: https://github.com/apache/guacamole-client/pull/795

   Hi,
   
   this is just a simple extension to the guacamole-auth-json module allowing 
to specify `guacd-hostname`, `guacd-port` and `guacd-ssl` overrides within the 
[connection properties 
config](https://guacamole.apache.org/doc/gug/json-auth.html#json-format). Like 
it is also possible for connections configured via a database.
   
   A config snipplet looks like be:
   ```json
   {
       "username" : "arbitraryUsername",
       "expires" : TIMESTAMP,
       "connections" : {
   
           "Connection Name" : {
               "protocol" : "PROTOCOL",
               "parameters" : {
                   "guacd-hostname" : "my-other-guacd-host",
                   "guacd-port" : "4822",
                   ...
               }
           },
           ...
       }
   }
   ```
   
   I'm opening this PR without a JIRA ticket as I don't have an ASF account and 
it's not stright-forward to register. Maybe someone creates the Issue on behalf 
of me ;)


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