CASE1: I want to secure hive using knox .So i did integration between hive ldap and knox. I am able to access hive server2 using excel and odbc driver using knox as well as jdbc as well But on sametime when i am testing default login on beeline/ODBC i am able to do it using below with any user and password which ideally should not happen
Connecting to jdbc:hive2://<hostip>:10001/default;transportMode=http;httpPath=cliservice
CASE2: I have enable LDAP authentication on hive-server2 , now default login to beeline is disable only LDAP is allowed using port 10001 . But know when i am testing it through knox , i am getting Invalid credentials error.
How can i disable default logins usings in case 1. Or if i have to use case 2 , how can i resolve this issue .