How to configure the %onesaitplatform interpreter

This tutorial explains the configuration of the% onesaitplatform interpreters in Zeppelin from the notebook:0.8.2 version of the Notebooks module image.

From that version, changes have been introduced allowing greater control, security and accessibility to the platform interpreters. This is done through direct REST requests to the services internally in the installation network.

Standard settings

This is the default setting when the module is started for the first time. If a previous configuration already existed (in the module volume), the parameters must be updated manually.

The following are the values ​​of the standard configuration for all installations.

Custom settings

Below is a custom configuration. With this type of configuration it is possible to make requests to other platforms or direct traffic through a secure protocol (https) outside the installation network.

Iot-Broker

onesaitplatform.server.host: <host>

onesaitplatform.server.port: <iot-broker port / 443 (https por defecto)>

onesaitplatform.server.protocol: <https>

onesaitplatform.server.avoid_SSL_certificate: <true / false>

Api-Manager

apimanager.server.host: <host>

apimanager.server.port: <api-manager port / 443 (https por defecto)>

apimanager.server.protocol: <https>

apimanager.server.avoid_SSL_certificate: <true / false>