docs: Improve proxy doc

This commit is contained in:
1ambda 2017-05-29 14:37:17 +09:00
parent b46cdd1266
commit d4d88b9c74
3 changed files with 10 additions and 6 deletions

View file

@ -94,7 +94,6 @@
<li><a href="{{BASE_PATH}}/setup/security/shiro_authentication.html">Shiro Authentication</a></li>
<li><a href="{{BASE_PATH}}/setup/security/notebook_authorization.html">Notebook Authorization</a></li>
<li><a href="{{BASE_PATH}}/setup/security/datasource_authorization.html">Data Source Authorization</a></li>
<li><a href="{{BASE_PATH}}/security/helium_authorization.html">Helium Authorization</a></li>
<li role="separator" class="divider"></li>
<li class="title"><span>Notebook Storage</span></li>
<li><a href="{{BASE_PATH}}/setup/storage/storage.html#notebook-storage-in-local-git-repository">Git Storage</a></li>
@ -105,6 +104,7 @@
<li role="separator" class="divider"></li>
<li class="title"><span>Operation</span></li>
<li><a href="{{BASE_PATH}}/setup/operation/configuration.html">Configuration</a></li>
<li><a href="{{BASE_PATH}}/setup/operation/proxy_setting.html">Proxy Setting</a></li>
<li><a href="{{BASE_PATH}}/setup/operation/upgrading.html">Upgrading</a></li>
<li><a href="{{BASE_PATH}}/setup/operation/trouble_shooting.html">Trouble Shooting</a></li>
</ul>

View file

@ -97,7 +97,6 @@ limitations under the License.
* [Shiro Authentication](./setup/security/shiro_authentication.html)
* [Notebook Authorization](./setup/security/notebook_authorization.html)
* [Data Source Authorization](./setup/security/datasource_authorization.html)
* [Helium Authorization](./security/helium_authorization.html)
* Notebook Storage: a guide about saving notebooks to external storage
* [Git Storage](./setup/storage/storage.html#notebook-storage-in-local-git-repository)
* [S3 Storage](./setup/storage/storage.html#notebook-storage-in-s3)
@ -106,6 +105,7 @@ limitations under the License.
* [MongoDB Storage](./setup/storage/storage.html#notebook-storage-in-mongodb)
* Operation
* [Configuration](./setup/operation/configuration.html): lists for Apache Zeppelin
* [Proxy Setting](./setup/operation/proxy_setting.html)
* [Upgrading](./setup/operation/upgrading.html): a manual procedure of upgrading Apache Zeppelin version
* [Trouble Shooting](./setup/operation/trouble_shooting.html)

View file

@ -1,6 +1,6 @@
---
layout: page
title: "Helium Authorization in Apache Zeppelin"
title: "Proxy Setting in Apache Zeppelin"
description: "Apache Zeppelin supports Helium plugins which fetch required installer packages from remote registry/repositories"
group: security
---
@ -19,10 +19,14 @@ limitations under the License.
-->
{% include JB/setup %}
# Helium Authorization in Apache Zeppelin
# Proxy Setting
<div id="toc"></div>
## How to configure proxies?
## How to Configure Proxies?
Set **http_proxy** and **https_proxy** env variables to allow connection to npm registry behind a corporate firewall.
Set `http_proxy` and `https_proxy` env variables. (See [more](https://wiki.archlinux.org/index.php/proxy_settings))
Currently, Proxy is supported only for these features.
- Helium: downloading `helium.json`, installing `npm`, `node`, `yarn`