Skip to content

Commit

Permalink
Added SSL to HBase UIs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgeorge committed Mar 20, 2017
1 parent 86e242f commit d06ee00
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,10 @@
<name>hadoop.security.authorization</name>
<value>false</value>
</property>
<property>
<!-- enables SSL for the web based UIs -->
<name>hbase.ssl.enabled</name>
<value>true</value>
</property>
{% endif %}
</configuration>

0 comments on commit d06ee00

Please sign in to comment.