Skip to content

Commit

Permalink
fix: ensure PACT_BROKER_DISABLE_SSL_VERIFICATION env var is passed th…
Browse files Browse the repository at this point in the history
…rough to the application

pact-foundation/pact_broker#240
  • Loading branch information
bethesque committed Oct 29, 2018
1 parent 9654943 commit e802a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Set the environment variable `PACT_BROKER_LOG_LEVEL` to one of `DEBUG`, `INFO`,

* PACT_BROKER_BASE_EQUALITY_ONLY_ON_CONTENT_THAT_AFFECTS_VERIFICATION_RESULTS - `true` by default, may be set to `false`.
* PACT_BROKER_ORDER_VERSIONS_BY_DATE - `true` by default, may be set to `false`.
* PACT_DISABLE_SSL_VERIFICATION - `false` by default, may be set to `true`.
* PACT_BROKER_DISABLE_SSL_VERIFICATION - `false` by default, may be set to `true`.

## General Pact Broker configuration and usage

Expand Down
1 change: 1 addition & 0 deletions container/etc/nginx/main.d/pactbroker-env.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env PACT_BROKER_LOG_LEVEL;
env PACT_BROKER_WEBHOOK_HTTP_METHOD_WHITELIST;
env PACT_BROKER_WEBHOOK_SCHEME_WHITELIST;
env PACT_BROKER_WEBHOOK_HOST_WHITELIST;
env PACT_BROKER_DISABLE_SSL_VERIFICATION;
env PACT_BROKER_BASE_EQUALITY_ONLY_ON_CONTENT_THAT_AFFECTS_VERIFICATION_RESULTS;
env PACT_BROKER_ORDER_VERSIONS_BY_DATE;
env http_proxy;
Expand Down

0 comments on commit e802a6e

Please sign in to comment.