Yaroslav Nikonorov created GUACAMOLE-1174:
---------------------------------------------

             Summary: Add support for connecting to kubernetes pods using exec
                 Key: GUACAMOLE-1174
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1174
             Project: Guacamole
          Issue Type: Improvement
          Components: guacamole-server
    Affects Versions: 1.2.0
            Reporter: Yaroslav Nikonorov


Hi there,

We are using guacamole for connecting to kubernetes pods from inside a
cluster.
Current implementation is attaching to a running application, if it is not a 
shell you are not able to see a command prompt.

When guacd initiate a session it send a request using "attach" call, like
"/api/v1/namespaces/test/pods/test-pod/attach?stdin=true&stdout=true&tty=true".

There is another way to initiate a session, using call "exec" with parameter
"command",  
"/api/v1/namespaces/test/pods/test-pod/exec?command=/bin/sh&stdin=true&stdout=true&tty=true".

This is important for us and I think it could be a useful feature and would
be great to add this to a codebase.
Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to