From 653659fe764fee2a4289ffc2d4780f0e1d85eda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Adam?= <38723814+rene1039@users.noreply.github.com> Date: Wed, 6 Apr 2022 12:01:59 +0200 Subject: [PATCH] Update README.md --- configuration/director-configuration/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/configuration/director-configuration/README.md b/configuration/director-configuration/README.md index 609af48..535e6bf 100644 --- a/configuration/director-configuration/README.md +++ b/configuration/director-configuration/README.md @@ -57,3 +57,18 @@ Refer to [AWS S3 Configuration.](aws-s3-configuration.md) Read [Minio Configuration](minio-configuration.md) for Director +## Proxy Settings for Webhooks + +If your Sorry-Cypress instance is only allowed to communicate outpound using a Proxy, the following values needs to be set (all values need to be provided!): + +`PROXY_URL` +Sets the proxy DNS name to be used, for example: `my-proxy.com` + +`PROXY_PORT` +Sets the port to be used, for example: `8080` + +`PROXY_USERNAME` +Sets the proxy username to be used, for example: `my-proxy-username` + +`PROXY_PASSWORD` +Sets the corresponding proxy password to be used, for example: `my-secret-proxy-password`