This message was deleted.
# general
s
This message was deleted.
k
Looking at https://druid.apache.org/docs/latest/development/extensions-core/druid-basic-security.html#usage is kind-of a tutorial with steps for creating a user / role / permissions etc.
h
@Kyle Hoondert I believe that if we configure common.runtime.properties then we can add user and assign them password, right? If so, then how to pass the same when using docker compose?
k
Looking at https://github.com/apache/druid/blob/master/distribution/docker/environment is looks like you can enable the extension and set all the required configurations like authorizer, authenticator and escalator (see https://druid.apache.org/docs/latest/operations/security-overview.html#authentication-and-authorization) all in that
environment
file
h
@Kyle Hoondert I followed the above two docs. configured
druid.escalator.authorizerName
and changed all passwords while kept the default username. Upon restarting the service, no changes were being reflected. The service is still loading as before. I expected that when I hit the URL from the browser, it will ask for a username and password, but nothing like that happened.