AMBARI-20396. Few Ambari Metrics configs don't have property_value_attributes.type (Dmitry Sen via smohanty)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1cb3da80 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1cb3da80 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1cb3da80 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 1cb3da802d6407ac6a5218662b7218367a2a91d2 Parents: ebd1382 Author: Sumit Mohanty <[email protected]> Authored: Sat Mar 11 08:47:36 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Sat Mar 11 08:48:06 2017 -0800 ---------------------------------------------------------------------- .../AMBARI_METRICS/0.1.0/configuration/ams-ssl-client.xml | 3 +++ .../AMBARI_METRICS/0.1.0/configuration/ams-ssl-server.xml | 9 +++++++++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1cb3da80/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-client.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-client.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-client.xml index 9543bbe..cac39de 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-client.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-client.xml @@ -34,6 +34,9 @@ <value>bigdata</value> <property-type>PASSWORD</property-type> <description>Password to open the trust store file.</description> + <value-attributes> + <type>password</type> + </value-attributes> <on-ambari-upgrade add="true"/> </property> <property> http://git-wip-us.apache.org/repos/asf/ambari/blob/1cb3da80/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-server.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-server.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-server.xml index 9805619..4c21ab7 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-server.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-ssl-server.xml @@ -34,6 +34,9 @@ <value>bigdata</value> <property-type>PASSWORD</property-type> <description>Password to open the trust store file.</description> + <value-attributes> + <type>password</type> + </value-attributes> <on-ambari-upgrade add="true"/> </property> <property> @@ -63,6 +66,9 @@ <value>bigdata</value> <property-type>PASSWORD</property-type> <description>Password to open the keystore file.</description> + <value-attributes> + <type>password</type> + </value-attributes> <on-ambari-upgrade add="true"/> </property> <property> @@ -70,6 +76,9 @@ <value>bigdata</value> <property-type>PASSWORD</property-type> <description>Password for private key in keystore file.</description> + <value-attributes> + <type>password</type> + </value-attributes> <on-ambari-upgrade add="true"/> </property> </configuration>
