Bladeren bron

AMBARI-19471: Ambari-server: In HIVE and OOZIE configurations, annotate PASSWORD properties that need to be stored in a JCEKS provider

Nahappan Somasundaram 8 jaren geleden
bovenliggende
commit
232cfd623e

+ 1 - 0
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>

+ 1 - 0
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>