Hello, I have installed guacd and guacamole (with Postgres) on my Kubernetes cluster (version 1.5.5). Everything works well, however I have a few questions.
I am interacting with the REST API to programmatically generate URLs like this: - https://guacamole.mydomain.com/guacamole/#/client/XXYAYwBwb3N0Z3Jlc3Fs?token=xxx The token is generated with this endpoint: - https://guacamole.mydomain.com/guacamole/api/tokens It looks that once the token has been generated the link to access the VM will be valid forever, regardless of the value of the API_SESSION_TIMEOUT env var. The only way to disable it is to delete the token. Can you please confirm this? If I understand correctly, the token validity is checked only if you try to access the Guacamole frontend, but it is ignored when trying to access the VM directly. Is there an official documentation for the REST API? I have been relying on this: - https://github.com/ridvanaltun/guacamole-rest-api-documentation Cheers, Rob