Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding proxy support for Webhooks #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions configuration/director-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`