AMBARI-22485 : Allow Ambari to support non-kerberos SASL mechanisms for Kafka - Addendum, fix incorrect config tag (ydavis via mradhakrishnan)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/47be7edc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/47be7edc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/47be7edc Branch: refs/heads/branch-feature-AMBARI-21674 Commit: 47be7edce686354c11b38d32f6bff3b4318bc611 Parents: 959ad90 Author: Madhuvanthi Radhakrishnan <[email protected]> Authored: Fri Dec 1 13:44:12 2017 -0800 Committer: Madhuvanthi Radhakrishnan <[email protected]> Committed: Fri Dec 1 13:45:46 2017 -0800 ---------------------------------------------------------------------- .../common-services/KAFKA/0.10.0/configuration/kafka-broker.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/47be7edc/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/configuration/kafka-broker.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/configuration/kafka-broker.xml b/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/configuration/kafka-broker.xml index da382d5..53c2ca3 100644 --- a/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/configuration/kafka-broker.xml +++ b/ambari-server/src/main/resources/common-services/KAFKA/0.10.0/configuration/kafka-broker.xml @@ -22,7 +22,7 @@ <name>sasl.enabled.mechanisms</name> <value>GSSAPI</value> <description>The list of SASL mechanisms enabled in the Kafka server. The list may contain any mechanism for which a security provider is available. Only GSSAPI is enabled by default.</description> - <on-ambari-upgrade add="upgrade"/> + <on-ambari-upgrade add="true"/> </property> <property> <name>security.inter.broker.protocol</name>
