SQL Workbench not working when using Kerberos authentication. It returns “no response”. After monitoring network traffic, I noticed it was issuing a POST request to https://kibanaserver:5601/api/sql_console/query with request body as {“query”:“select * from testindex”}. It returns internal server error.
I am using the below configuation to enable kerberos on Kibana.
opendistro_security.auth.type: “kerberos”
Note that SQL Workbench works fine when setting opendistro_security.auth.type: “basicauth” and authenticate through LDAP.
Thanks