You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Sentry Webserver now supports Kerberos Authentication and Authorization. Currently Sentry web server mainly provides metric data, in future, rest api will also use it. Here are the configurations for enable Kerberos Authentication and Authorization for web server.

Sentry Service (sentry-site.xml)

Authentication

Config PropertyValueDefaultRequired
sentry.service.web.authentication.typeKERBEROSNONEYes
sentry.service.web.authentication.kerberos.principalThe principal name-Yes
sentry.service.web.authentication.kerberos.keytabPath to the keytab file-Yes

Authorization

Config PropertyValueDefaultRequired
sentry.service.web.authentication.allow.connect.usersComma-separated list of users allowed to connectsentryYes

 

 

  • No labels