Hi, I am recently testing phoenix thin client connect through knox, but it gets HTTP/401 error. It seems knox needs special dispatch for phoenix JDBC/HTTP probably something like KNOX-314 that will authenticate the request sending to avatica server and add authorization header in the request. So avatica server could process the http request successfully when authentication is on (either kerberos or basic).
Please correct me if I am wrong, and if there is something already did in knox for phoenix thin client JDBC/HTTP please let me know. Best Shi
