Dremio REST API Authentication Password Encryption

Hi Team,

Is it possible in Dremio to pass the encrypted password to get the authentication token? Instead of exposing the password. if yes can you please help me to get the steps.

http://DremioServer:9047/apiv2/login

Body:
{
“userName”: “username”
“password”:“password”
}

I would really appreciate your kind help.

Thanks,
Chiranjeevi

You can setup SSL on the Dremio webserver as documented here, which should allow all requests to be encrypted.

Thanks for the help doron!!!