eubnara / study

6 stars 2 forks source link

Hive authentication / authorization #263

Open eubnara opened 2 years ago

eubnara commented 2 years ago

Authentication

HiveServer2

Hive Metastore

hive.metastore.sasl.enabled true

If true, the metastore thrift interface will be secured with SASL. Clients must authenticate with Kerberos.

KERBEROS 인증을 할지말지만 추가 가능한듯.

Authorization

https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Authorization

  1. Storage based authorization in the Metastore server
  2. SQL standards based authorization in HiveServer2
  3. Authorization using Apache Ranger & Sentry
  4. Old default Hive Authorization (Legacy Mode)