How to pass credentials while connecting to Druid?

Trying to connect to Druid database.
But i am unable to pass username and password while connecting.

Hi @pranish23
I don’t think you pass those - I think it asks for username/password when you save the database and then a token is stored, but I have no idea how Druid works.

Hey @flamber,
Thanks for replying!
I tried saving the database but doesnt let me do that.
It shows 401 Unauthorized error. As my Druid cluster is password protected and i am not sending any credentials at time of making connection as we can do for other databases like MySQL/Postgres in Metabase.