Skip to content

Commit 27678d6

Browse files
committed
Add documentation
1 parent 8cba9e7 commit 27678d6

3 files changed

Lines changed: 1 addition & 16 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ Name | Description
298298
`TEST_PROXY_USERNAME` | _(Optional)_ The username for a proxy to route all requests through
299299
`TEST_SKIPSSLVALIDATION` | _(Optional)_ Whether to skip SSL validation when connecting to the Cloud Foundry instance. Defaults to `false`.
300300
`UAA_API_REQUEST_LIMIT` | _(Optional)_ If your UAA server does rate limiting and returns 429 errors, set this variable to the smallest limit configured there. Whether your server limits UAA calls is shown in the log, together with the location of the configuration file on the server. Defaults to `0` (no limit).
301+
`VERSION_MISMATCH_CONFIG` | _(Optional)_ If Cient and Cloud Foundry instance have different versions, it may happen that the response messages can not be parsed because of new properties that are not known to the client. The json file named in this environment variable allows to ignore such properties without failing the client. A sample configuration for ignoring any unknown property is available in file `versionMismatchConfigIgnoreAll.json`.
301302

302303
If you do not have access to a CloudFoundry instance with admin access, you can run one locally using [bosh-deployment](https://github.com/cloudfoundry/bosh-deployment) & [cf-deployment](https://github.com/cloudfoundry/cf-deployment/) and Virtualbox.
303304

integration-test/src/test/resources/versionMismatchConfigIgnoreAll.json renamed to cloudfoundry-client-reactor/src/main/resources/versionMismatchConfigIgnoreAll.json

File renamed without changes.

cloudfoundry-client-reactor/src/test/resources/fixtures/util/MissingValue_ListClientsResponse.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)