diff options
author | Stuart Stock <stuart@int08h.com> | 2019-02-23 09:03:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-23 09:03:31 -0600 |
commit | 81ebd9e34fa1cdc601635c3c2e1468021a5d7eea (patch) | |
tree | 3369642a2d112ea5170efab1992e258759bb27e0 /README.md | |
parent | 911daced8e29aa648f48230efbdf077ad0f3dbbd (diff) | |
parent | e2b230b461801016a7390b2344e065f773bff57b (diff) | |
download | roughenough-81ebd9e34fa1cdc601635c3c2e1468021a5d7eea.zip |
Merge pull request #17 from int08h/1.1.4
1.1.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ YAML Key | Environment Variable | Necessity | Description `status_interval` | `ROUGHENOUGH_STATUS_INTERVAL` | Optional | Number of _seconds_ between each logged status update. Default is `600` seconds (10 minutes). `health_check_port` | `ROUGHENOUGH_HEALTH_CHECK_PORT` | Optional | If present, enable an HTTP health check responder on the provided port. **Use with caution**, see [Optional Features](#optional-features). `kms_protection` | `ROUGHENOUGH_KMS_PROTECTION` | Optional | If compiled with KMS support, the ID of the KMS key used to protect the long-term identity. See [Optional Features](#optional-features). +`fault_percentage` | `ROUGHENOUGH_FAULT_PERCENTAGE` | Optional | Likelihood (as a percentage) that the server will intentionally return an invalid client response. An integer range from `0` (disabled, all responses valid) to `50` (50% of responses will be invalid). Default is `0` (disabled). #### YAML Configuration |