Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

prefix for MC and FSS is ALWAYS FEWS_


Admin Interface

Example ENV variables:

Code Block
FEWS_AI_DATABASE_URL_SECRET_NAME=databaseUrlWithUsernameAndPassword

...


FEWS_AI_AZURE_KEY_VAULT_NAME=fews-key-vault

Master Controller

Only prefix FEWS_ is supported. This means only one mc van be used per Virtual Machine and the MC subfolder will be created. Example ENV variables:

Code Block
FEWS_DATABASE_URL_SECRET_NAME="databaseUrlWithUsernameAndPassword"

...


FEWS_AZURE_KEY_VAULT_NAME="fews-key-vault"

Forecasting Shell Server

Only prefix FEWS_ is supported. And only one FSS can be run, so INDEX_1 has to be used. Example ENV variables:

Code Block
FEWS_FSS_INDEX_1_CLIENT_CONFIG_FILE_NAME="fss_clientConfig.xml"
FEWS_FSS_INDEX_1_GROUP="linux"
FEWS_DATABASE_URL_SECRET_NAME="databaseUrlWithUsernameAndPassword"

...


FEWS_AZURE_KEY_VAULT_NAME="fews-key-vault"

Web Services

Example ENV variables:

Code Block
FEWS_WS_DATABASE_URL_SECRET_NAME=databaseUrlWithUsernameAndPassword

...


FEWS_WS_AZURE_KEY_VAULT_NAME=fews-key-vault

Database Proxy

Example ENV variables:

Code Block
FEWS_DATABASE_URL_SECRET_NAME="databaseUrlWithUsernameAndPassword"

...


FEWS_AZURE_KEY_VAULT_NAME="fews-key-vault"

Project Manager

Example ENV variables:

Code Block
FEWS_PM_DATABASE_URL_SECRET_NAME=databaseUrlWithUsernameAndPassword

...


FEWS_

...

AZURE_KEY_VAULT_NAME=fews-key-vault


Global Properties

Azure Secrets can also be used in the global properties of a Forecasting Shell Server or the Web Services.

For example to configure a password that is required during an import, the property can be condfigured as follows:

Code Block
importPassword=%SECRET(azureSecretName)%