schmichri opened a new issue #12379: URL: https://github.com/apache/druid/issues/12379
Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes"). ### Affected Version 0.22.1 ### Description Setting valid and working LDAP Authenticator Configuration following your guides https://github.com/apache/druid/blob/master/docs/development/extensions-core/druid-basic-security.md the basic auth doesn't work on using special char ':' or '*' within the password. It fails or works under the following circumstances: * It fails if you try to login User/password on the router & coordinator but without any error in the logs * It also fails if you use the User/password as in `druid.escalator.internalClientUsername` with UNAUTHORIZED errors in the logs * It doesn't fail if you setup the User/password in `druid.auth.authenticator.ldap.credentialsValidator.bindUser` Unfortunately I don't have the stacktrace nor I'm not in an environment where I can change the password often enough. As far as I remember the exceptions have been thrown from the jetty servlet. To reproduce just setup a User/password with special characters ':' in `druid.escalator.internalClientUsername` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
