sidhaantshukla opened a new issue, #14549: URL: https://github.com/apache/druid/issues/14549
I am using single server micro-quickstart druid service. In that I'm trying to add authentication using BasicMetadataAuthorizer. The default credentials i want to overwrite. Not able to do so. The Druid version where the problem was encountered. apache-druid-26.0.0 I am configuring the common.runtime.properties in the following directory-apache-druid-26.0.0/conf/druid/single-server/micro-quickstart/_common These are the configurations I have applied to enable basic authentication for my druid. druid.extensions.loadList=["druid-basic-security", "druid-histogram", "druid-datasketches", "druid-kafka-indexing-service", "imply-utility-belt"] # Druid basic security druid.auth.authenticatorChain=["MyBasicMetadataAuthenticator"] druid.auth.authenticator.MyBasicMetadataAuthenticator.type=basic druid.auth.authenticator.MyBasicMetadataAuthenticator.initialAdminPassword=password1 druid.auth.authenticator.MyBasicMetadataAuthenticator.initialInternalClientPassword=password2 druid.auth.authenticator.MyBasicMetadataAuthenticator.credentialsValidator.type=metadata druid.auth.authenticator.MyBasicMetadataAuthenticator.skipOnFailure=false druid.auth.authenticator.MyBasicMetadataAuthenticator.authorizerName=MyBasicMetadataAuthorizer # Escalator druid.escalator.type=basic druid.escalator.internalClientUsername=druid_system druid.escalator.internalClientPassword=password2 druid.escalator.authorizerName=MyBasicMetadataAuthorizer druid.auth.authorizers=["MyBasicMetadataAuthorizer"] druid.auth.authorizer.MyBasicMetadataAuthorizer.type=basic In the above configurations I am trying to change the username and password according to my own needs but after I save the changes and restart the druid server I am not able to access the web console. Here are the screenshots for the encountered issue.    -- 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]
