handavid opened a new pull request, #1357: URL: https://github.com/apache/knox/pull/1357
[KNOX-3422](https://issues.apache.org/jira/browse/KNOX-3422) - Create LDAP Proxy bind user in-memory instead of in embedded LDAP ## What changes were proposed in this pull request? The bind user created from the gateway configuration is now created in-memory instead of being added to the embedded ldap server. This provides the benefit of being able to rotate the user just by changing the configuration. Previously, since the configured user is not tracked, there wasn't a way to automatically rotate the user. ## How was this patch tested? Unit test were updated and run. ## Integration Tests LDAP proxy search workflow tests were updated to use the configured bind user instead of a user in the remote LDAP. A test was added to verify that anonymous bind does not work when the bind user is configured. ## UI changes no ui changes -- 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]
