Quellcode durchsuchen

AMBARI-17803. Add atlas.authentication.method.kerberos property to conf/atlas-application.properties. (ajit)

Ajit Kumar vor 9 Jahren
Ursprung
Commit
f60ced806d

+ 1 - 0
ambari-common/src/main/python/resource_management/libraries/functions/setup_atlas_hook.py

@@ -76,6 +76,7 @@ SHARED_ATLAS_HOOK_CONFIGS = set(
   "atlas.cluster.name",
 
   # Security properties
+  "atlas.authentication.method.kerberos",
   "atlas.kafka.sasl.kerberos.service.name",
   "atlas.kafka.security.protocol",
   "atlas.jaas.KafkaClient.loginModuleName",