dabansal
dabansal

Reputation: 380

Authenticating presto web interface

Is there a way we can authenticate the web interface having cluster overview so not everyone can see queries running and only admin's of the system can access it. enter image description here

Upvotes: 2

Views: 742

Answers (1)

Matt Fuller
Matt Fuller

Reputation: 131

The only way you can authenticate is if you have LDAP configured. But that means any user who can authenticate to presto via LDAP can also authenticate to the Web UI. There is not authorization which means anyone can see anyone else's queries.

Upvotes: 2

Related Questions