Versions Compared

Key

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

...

Ports 9393 and 9494 are used for health checks, hence they should be accessible to any VM/server from which you would like to check the health of the containers.

Enabling HTTPS Support for the Webhook Interceptor

The app container supports two ways of enabling HTTPS protocol for the webhook interceptor:

  • Using Java KeyStore containing valid certificate and private key, as environment variables:

    • W4D_KEYSTORE_FILE_PATH - path to the keystore file

    • W4D_KEYSTORE_PASSWORD - password for the keystore file

  • Directly provide a certificate and private key files, as environment variables:

    • W4D_HTTPS_CERT_FILE_PATH - path to the certificate file

    • W4D_HTTPS_KEY_FILE_PATH - path to the private key file

App Container Startup Check

...