Tom Beerbower created AMBARI-17144:
--------------------------------------
Summary: Atlas Integration : Required changes for
atlas-application.properties
Key: AMBARI-17144
URL: https://issues.apache.org/jira/browse/AMBARI-17144
Project: Ambari
Issue Type: Bug
Reporter: Tom Beerbower
Assignee: Tom Beerbower
Changes in ATLAS-820 require following configurations to be present in
atlas-application.properties:
{code}
atlas.authentication.method.kerberos=false
atlas.authentication.method.file=true
atlas.authentication.method.ldap=false
atlas.authentication.method.file.filename={{atlas_login_credentials_file}}
atlas.authentication.method.ldap.type=ldap|ad
atlas.authentication.method.ldap.url=
{code}
When Kerberos is enabled, following configurations need to be set/added:
{code}
atlas.authentication.method.kerberos=true
atlas.authentication.method.kerberos.keytab=/etc/security/keytabs/spnego.service.keytab
atlas.authentication.method.kerberos.principal=HTTP/[email protected]
atlas.authentication.method.kerberos.name.rules=
atlas.kafka.sasl.kerberos.service.name=kafka
atlas.kafka.security.protocol=SASL_PLAINTEXT
atlas.jaas.KafkaClient.loginModuleName=com.sun.security.auth.module.Krb5LoginModule
atlas.jaas.KafkaClient.loginModuleControlFlag=required
atlas.jaas.KafkaClient.option.useKeyTab=true
atlas.jaas.KafkaClient.option.storeKey=true
atlas.jaas.KafkaClient.option.serviceName=kafka
atlas.jaas.KafkaClient.option.keyTab={{atlas_keytab_path}}
atlas.jaas.KafkaClient.option.principal={{atlas_jaas_principal}}
{code}
Following properties are no more used and need to be removed:
{code}
atlas.http.authentication.enabled
atlas.http.authentication.kerberos.keytab
atlas.http.authentication.type
atlas.http.authentication.kerberos.principal
atlas.http.authentication.kerberos.name.rules
atlas.login.method=
atlas.login.credentials.file=
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)