In our AAKE systems, the AWI pod has an environment variable set called AWI_HOST
. I could find no mention of this variable in the documentation or knowledge base.
Environment:
IS_AAKE: YES
AWI_HOST: https://awi-default.app.gdue4.saasdev.broadcom.com
AUTOMIC_SYSTEM_NAME: AE_EXP
AUTOMIC_SYSTEM_CPS: jcp-ws-0:8443
AWI_LOG_FILE_PATH: temp/
AWI_LOGBACK_APPENDER: file
AUTOMIC_HTTP_ENABLED: false
AUTOMIC_HTTPS_ENABLED: true
AUTOMIC_HTTPS_PORT: 8443
AUTOMIC_HTTPS_CERT_ALIAS: awi
AUTOMIC_HTTPS_KEYSTORE_FILENAME: /aa-certificates/awi.p12
AUTOMIC_HTTPS_KEYSTORE_PASSWORD: <set to the key 'pw1' in secret 'keystore'> Optional: false
AUTOMIC_HTTPS_MANAGER_PASSWORD: <set to the key 'pw2' in secret 'keystore'> Optional: false
JAVA_MAX_HEAP: 14G
In both our v24.3 and v24.4 systems, the AWI_HOST
variable is set to https://awi-default.app.gdue4.saasdev.broadcom.com
, likely a host used by Broadcom's scheduling-as-a-service offering.
Is the AWI_HOST
variable important?
What does it do?