Configuration
  • PDF

Configuration

  • PDF

These are the required configuration settings for the Glasswall-Menlo Security Plug-in deployment.

Each configuration should be provided as environment variables.


ConfigurationDescriptionMandatory/Optional
DefaultExam

API_ENDPOINT_PORT

Port to be used for endpoint deployment.

Optional

3000


API_ENDPOINT_VERSION

API version to be used.

Example URL: https://<DEPLOYED_HOST>:<API_ENDPOINT_PORT>/<API_ENDPOINT_VERSION>/

Optional

/api/v1


GW_CLOUD_URL

Endpoint for the GW Cloud.

Mandatory


http://host:port/api

STORAGE_TYPE

Storage type to use to store original and rebuild files. Currently LOCAL and S3 are supported.

Default Storage: LOCAL

Optional

LOCAL


ACCESS_KEY_ID

Applicable if S3 is selected. 

This is the AWS_ACCESS_KEY to access S3 bucket.

Optional


************

SECRET_ACCESS_KEY

Applicable if S3 is selected.

This is AWS_SECRET_ACCESS_KEY to access S3 bucket.

Optional


*********

REGION

Applicable if S3 is selected. 

This is the region to be used for S3 bucket.

Optional

eu-west-1


BUCKET_NAME

Applicable if S3 is selected. 

S3 Bucket to use to store original/rebuild file.

Note: This is a pre-existing bucket.

Optional

gw-menlo-storage


FILE_EXPIRY

File Expiry (in seconds), best effort would be made to delete file after its expiry.

Optional

600



Was this article helpful?