Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,22 @@
<property>
<name>zeppelin.ssl.keystore.password</name>
<value>change me</value>
<property-type>PASSWORD</property-type>
<description>Keystore password. Can be obfuscated by the Jetty Password tool</description>
<value-attributes>
<type>password</type>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
<name>zeppelin.ssl.key.manager.password</name>
<value>change me</value>
<property-type>PASSWORD</property-type>
<description>Key Manager password. Defaults to keystore password. Can be obfuscated.
</description>
<value-attributes>
<type>password</type>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
Expand All @@ -167,9 +175,13 @@
<property>
<name>zeppelin.ssl.truststore.password</name>
<value>change me</value>
<property-type>PASSWORD</property-type>
<description>Truststore password. Can be obfuscated by the Jetty Password tool. Defaults to
the keystore password
</description>
<value-attributes>
<type>password</type>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,22 @@
<property>
<name>zeppelin.ssl.keystore.password</name>
<value>change me</value>
<property-type>PASSWORD</property-type>
<description>Keystore password. Can be obfuscated by the Jetty Password tool</description>
<value-attributes>
<type>password</type>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
<name>zeppelin.ssl.key.manager.password</name>
<value>change me</value>
<property-type>PASSWORD</property-type>
<description>Key Manager password. Defaults to keystore password. Can be obfuscated.
</description>
<value-attributes>
<type>password</type>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
Expand All @@ -173,9 +181,13 @@
<property>
<name>zeppelin.ssl.truststore.password</name>
<value>change me</value>
<property-type>PASSWORD</property-type>
<description>Truststore password. Can be obfuscated by the Jetty Password tool. Defaults to
the keystore password
</description>
<value-attributes>
<type>password</type>
</value-attributes>
<on-ambari-upgrade add="true"/>
</property>
<property>
Expand Down