-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.3.0.0-incubating
-
Component/s: Security
-
Labels:None
For support ranger lookup a kerberized HAWQ, we modify java.security file and add a .java.login.config file into ranger account now.
But both of the two files are global, have influenced other program, so we need integrate the JAAS configuration in a private scope.
After investigation, `setProperty("java.security.auth.login.config")` in ranger-admin plugin code is a good solution.
- links to