Skip to content

Commit 26b15d8

Browse files
authored
Update README.md (#128)
Update README with new CLI flag
1 parent 52f23e7 commit 26b15d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ When running the Proxy, the following flags can be used (none are required) :
4444
| `verbose` or `v` | Boolean | Enable additional logging, implies all the log-* options | `False` |
4545
| `log-failed-requests` | Boolean | Log 4xx and 5xx response body | `False` |
4646
| `log-signing-process` | Boolean | Log sigv4 signing process | `False` |
47+
| `unsigned-payload` | Boolean | Prevent signing of the payload" | `False` |
4748
| `port` | String | Port to serve http on | `8080` |
4849
| `strip` or `s` | String | Headers to strip from incoming request | None |
4950
| `role-arn` | String | Amazon Resource Name (ARN) of the role to assume | None |
5051
| `name` | String | AWS Service to sign for | None |
5152
| `sign-host` | String | Host to sign for | None |
5253
| `host` | String | Host to proxy to | None |
5354
| `region` | String | AWS region to sign for | None |
55+
| `pstream-url-scheme` | String | Protocol to proxy with | https |
5456
| `no-verify-ssl` | Boolean | Disable peer SSL certificate validation | `False` |
5557
| `transport.idle-conn-timeout` | Duration | Idle timeout to the upstream service | `40s` |
5658

0 commit comments

Comments
 (0)