kumaab opened a new pull request, #1158: URL: https://github.com/apache/ranger/pull/1158
## What changes were proposed in this pull request? In docker env, `ranger.sso.enabled=true` was added in https://github.com/apache/ranger/pull/1120. To ensure readiness healthcheck API registers the healthcheck user (`ranger.admin.healthcheck.username`) in the DB, update `SessionMgr.java` to allow user creation irrespective of config: `ranger.sso.enabled`. Note: When using header based authentication, `ranger.sso.enabled` must be set to true to allow any authenticated user to be created in Ranger DB. ## How was this patch tested? Tested with and without SSO enabled, that the API endpoint is accessible via healthcheck user and results in user creation in DB. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
