fta-setup-env
Settings
Fta-setup-env
Setting | Description |
---|---|
SECURITY_PUBLIC_HOSTNAME | The FQDN
for Security Provider. The default is the FQDN for the local host
if it is available from DNS. Will need to change when Security Provider
is on a public network or when using a reverse proxy. |
SECURITY_PUBLIC_IP_ADDRESS | Used only
when user cannot use DNS or a hosts file to define FQDNs. Not recommended
as it does not allow the use of CA signed certificates. |
SECURITY_PUBLIC_URL | Used when
Security Provider is behind a reverse proxy server. Default: https://<FQDN-hostname>: 9043/auth |
DATAVIEW_PUBLIC_HOSTNAME | The FQDN
for DataView. The default is the FQDN for the local host if it is
available from DNS. Will need to change when DataView is on a public
network or when using a reverse proxy. |
DATAVIEW_PUBLIC_IP_ADDRESS | Used only
when user cannot use DNS or a hosts file to define FQDNs. Not recommended
as it does not allow the use of CA signed certificates. |
DATAVIEW_PUBLIC_URL | Used when
DataView is behind a reverse proxy server. Default: https://<FQDN-hostname>:8443/AnalyticsDataView |
FLOWML_PUBLIC_HOSTNAME | The FQDN
for DataFlowML. The default is the FQDN for the local host if it
is available from DNS. Will need to change when DataFlowML is on
a public network or when using a reverse proxy. |
FLOWML_PUBLIC_IP_ADDRESS | Used only
when user cannot use DNS or a hosts file to define FQDNs. Not recommended
as it does not allow the use of CA signed certificates. |
FLOWML_PUBLIC_URL | Used when
DataFlowML is behind a reverse proxy server. Default: https://<FQDN-hostname>:8443/DataFlowML |
EDGE_UI_PUBLIC_HOSTNAME | The FQDN
for the Edge UI. The default is the FQDN for the local host if it
is available from DNS. Will need to change when the Edge UI is on
a public network or when using a reverse proxy. |
EDGE_UI_PUBLIC_IP_ADDRESS | Used only
when user cannot use DNS or a hosts file to define FQDNs. Not recommended
as it does not allow the use of CA signed certificates. |
EDGE_UI_PUBLIC_URL | Used when
the Edge UI is behind a reverse proxy server. Default: https://<FQDN-hostname>:8444/#ssologin |
EDGE_SERVICES_PUBLIC_HOSTNAME | The FQDN
for the Edge Services. The default is the FQDN for the local host
if it is available from DNS. Will need to change when the Edge services
are on a public network or when using a reverse proxy. |
EDGE_SERVICES_PUBLIC_IP_ADDRESS | Used only
when user cannot use DNS or a hosts file to define FQDNs. Not recommended
as it does not allow the use of CA signed certificates. |
EDGE_SERVICES_PUBLIC_URL | Used when
the Edge services are behind a reverse proxy server. Default: https://<FQDN-hostname>:8443 |
POSTGRESQL_IP_ADDR | localhost |
POSTGRESQL_PORT | 5432 |
PSQL | The location
of the psql |
REALM | Security |
SECURITY_PRIMARY_ADMIN_USER | Used to
define the user name for the master admin user for Security Provider.
Use FTA_ENV_SECURITY_PRIMARY_ADMIN_USER environment variable instead
to avoid having this stored as plain text in a file. |
SECURITY_PRIMARY_ADMIN_PASSWORD | Used to
define the password for the master admin user for Security Provider.
Use FTA_ENV_SECURITY_PRIMARY_ADMIN_PASSWORD environment variable
instead to avoid having this stored as plain text in a file. |
SECURITY_REALM_ADMIN_USER | The user
name for the Security Real admin. The default is security-admin . |
SECURITY_REALM_ADMIN_PASSWORD | The initial
password for the Security Realm admin. The password must be changed
on first use. The default is Welcome@1234 The password must be changed
on first use. Refer to Table 2-1 for the supported special characters
to create a password. |
SSL_REQUIRED | Use SSL_REQUIRED=external
(default) when the realm requires SSL for access to Security Provider from
external IP address. Internal IP addresses include localhost and
addresses commonly used for private networks (e.g. 192.168.x.x or
10.0.x.x). Use SSL_REQUIRED=all when
the realm requires SSL for all requests. Use
SSL_REQUIRED=none when the realm does not require SSL. |
Provide Feedback