You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "phil.chang (Jira)" <ji...@apache.org> on 2020/03/19 04:28:00 UTC

[jira] [Created] (GUACAMOLE-993) Connecting to Kubernetes server: 403 Forbidden

phil.chang created GUACAMOLE-993:
------------------------------------

             Summary: Connecting to Kubernetes server: 403 Forbidden
                 Key: GUACAMOLE-993
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-993
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-server
    Affects Versions: 1.1.0
            Reporter: phil.chang
         Attachments: guacamole_configure.png

Use Kubernetes server is v1.16.8 , Installing with Rancher

Select "SSL/TSL" options,  I use SSL provided by kubenetes in ”/etc/kubernetes/ssl”. 

The configuration screenshot in attachment, The following is my guacmole configure by keys path:
{code:java}
Certificate authority certificate:    /etc/kubernetes/ssl/kube-ca.pem
Client certificate:                   /etc/kubernetes/ssl/kube-apiserver.pem
Client key:                           /etc/kubernetes/ssl/kube-apiserver-key.pem
{code}
 

 

 

The Guacd log shows the following error:

 
{code:java}
guacd[6]: INFO: Creating new client for protocol "kubernetes"
guacd[6]: INFO: Connection ID is "$37b988df-ec42-493a-8da2-dbedf3f9caa6"
guacd[1360]: INFO:      User "@662a1698-1881-4455-b177-413c4fc154c2" joined connection "$37b988df-ec42-493a-8da2-dbedf3f9caa6" (1 users now present)
guacd[1360]: ERROR:     Error connecting to Kubernetes server: 403 Forbidden
guacd[1360]: INFO:      User "@662a1698-1881-4455-b177-413c4fc154c2" disconnected (0 users remain)
guacd[1360]: INFO:      Last user of connection "$37b988df-ec42-493a-8da2-dbedf3f9caa6" disconnected
guacd[1360]: INFO:      Kubernetes connection ended.
guacd[6]: INFO: Connection "$37b988df-ec42-493a-8da2-dbedf3f9caa6" removed.
{code}
Thanks.

 



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