toxiproxy
toxiproxy copied to clipboard
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
# What _This PR is currently in draft stage to gauge the interest in this feature / implementation. If we like it, I will proceed to add tests before marking...
# What This is a question / feature request. In my use case, I would like to use dynamic and conditional toxics - I would like to program behaviour such...
I would like to declaratively define the toxics configuration in the config file. However, the toxics section is explicitly excluded from deserialization here: https://github.com/Shopify/toxiproxy/blob/master/proxy.go#L32 I tried to follow the history...
Adds a toxic that flips random bits of the input stream, corrupting it. Example run: ``` ͳ curl -v http://localhost:4001/api/echo -H "Content-Type: application/json" -d '{"echo": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' * Trying 127.0.0.1:4001... *...
Sometimes (not always) I receive this error. This is an example from my log: ``` ... gengw_mdt Added upstream reset_peer toxic 'reset_peer_upstream' on proxy 'gengw_mdt' gengw_mdt Added upstream timeout toxic...
Hi, I would like to know if Toxiproxy currently supports proxying capability on mutual TLS (mTLS) connections (like Apple pay for example). If yes, need some details/examples on how to...
Followed steps mentioned below: 1. I have created proxy using following command: toxiproxy-cli create -l 0.0.0.0:26379 -u {RDS Aurora DB endpoint}:3306 RDS 2. Replaced RDS aurora endpoint in url below...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.7 to 2.27.2. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.27.2 What's Changed Cleanup: Remove unnecessary intermediate variables by @1ambd4 in urfave/cli#1857 Docs:(issue_1866) Fix documentation on filepath vs...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 5.0.0. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed Changes feat: add support for pull_request_target and only-new-issues by @kovetskiy in golangci/golangci-lint-action#506 feat: add option...