Repository: ambari Updated Branches: refs/heads/branch-2.5 750137acf -> 232cfd623
AMBARI-19471: Ambari-server: In HIVE and OOZIE configurations, annotate PASSWORD properties that need to be stored in a JCEKS provider Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/232cfd62 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/232cfd62 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/232cfd62 Branch: refs/heads/branch-2.5 Commit: 232cfd623e9563c40e412a2e58bd432857a2a5f0 Parents: 750137a Author: Nahappan Somasundaram <[email protected]> Authored: Wed Jan 11 11:58:37 2017 -0800 Committer: Nahappan Somasundaram <[email protected]> Committed: Wed Jan 11 14:34:26 2017 -0800 ---------------------------------------------------------------------- .../common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml | 1 + .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/232cfd62/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml index 12b2121..0ff268b 100644 --- a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml +++ b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml @@ -126,6 +126,7 @@ <value-attributes> <type>password</type> <overridable>false</overridable> + <keystore>true</keystore> </value-attributes> <on-ambari-upgrade add="true"/> </property> http://git-wip-us.apache.org/repos/asf/ambari/blob/232cfd62/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml index 287db10..856941f 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml @@ -361,6 +361,7 @@ limitations under the License. <type>password</type> <overridable>false</overridable> <hidden>HIVE_CLIENT,WEBHCAT_SERVER,HCAT,CONFIG_DOWNLOAD</hidden> + <keystore>true</keystore> </value-attributes> <on-ambari-upgrade add="true"/> </property>
