[
https://issues.apache.org/jira/browse/AMBARI-17330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346045#comment-15346045
]
Hudson commented on AMBARI-17330:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #5141 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5141/])
AMBARI-17330. Ambari changes to support kerberized Ranger tagsync(Mugdha
(gautam:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e5ff7fc7e93c55f4422ce36e79d238c71fa82a28])
*
ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/ranger-tagsync-site.xml
*
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/params.py
*
ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/package/scripts/kms.py
* ambari-server/src/main/resources/common-services/RANGER/0.6.0/kerberos.json
> Ambari changes to support kerberized Ranger tagsync
> ---------------------------------------------------
>
> Key: AMBARI-17330
> URL: https://issues.apache.org/jira/browse/AMBARI-17330
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Mugdha Varadkar
> Assignee: Mugdha Varadkar
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-17330.1.patch, AMBARI-17330.patch
>
>
> Remove below properties from ranger-tagsync-site.xml:
> - ranger.tagsync.atlas.to.ranger.service.mapping
> - ranger.tagsync.atlas.custom.resource.mappers
> Add below property in ranger-tagsync-site.xml:
> - ranger.tagsync.source.atlasrest.username (default - empty)
> Add below properties in tagsync-application-properties.xml only if cluster is
> kerberized:
> -
> 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=tagsync_keytab_path
> - atlas.jaas.KafkaClient.option.principal=tagsync_jaas_principal
> - atlas.kafka.sasl.kerberos.service.name=kafka
> - atlas.kafka.security.protocol=SASL_PLAINTEXT
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)