Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Can Phoenix leverage Knox for JDBC Gateway?

avatar

Simply curious if Phoenix JDBC connections can go through Knox for security purposes? If so, does anyone have any tutorials/examples of this?

Thanks,

1 ACCEPTED SOLUTION

avatar
Master Guru

Hi @Andrew Watson, Phoenix behind Knox is not supported yet, but the guys are working on it: CALCITE-1025, the idea is to add basic auth to Avatica which provides Phoenix thin JDBC driver and supports JSON over HTTP.

View solution in original post

3 REPLIES 3

avatar
Master Guru

Hi @Andrew Watson, Phoenix behind Knox is not supported yet, but the guys are working on it: CALCITE-1025, the idea is to add basic auth to Avatica which provides Phoenix thin JDBC driver and supports JSON over HTTP.

avatar
Rising Star

@Predrag Minovic That jira issue has been resolved. So would it be possible to use knox now? Thanks!

avatar
Rising Star

@Andrew Watson Were you able to implement this in the end?