File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,15 @@ When running the Proxy, the following flags can be used (none are required) :
44
44
| ` verbose ` or ` v ` | Boolean | Enable additional logging, implies all the log-* options | ` False ` |
45
45
| ` log-failed-requests ` | Boolean | Log 4xx and 5xx response body | ` False ` |
46
46
| ` log-signing-process ` | Boolean | Log sigv4 signing process | ` False ` |
47
+ | ` unsigned-payload ` | Boolean | Prevent signing of the payload" | ` False ` |
47
48
| ` port ` | String | Port to serve http on | ` 8080 ` |
48
49
| ` strip ` or ` s ` | String | Headers to strip from incoming request | None |
49
50
| ` role-arn ` | String | Amazon Resource Name (ARN) of the role to assume | None |
50
51
| ` name ` | String | AWS Service to sign for | None |
51
52
| ` sign-host ` | String | Host to sign for | None |
52
53
| ` host ` | String | Host to proxy to | None |
53
54
| ` region ` | String | AWS region to sign for | None |
55
+ | ` pstream-url-scheme ` | String | Protocol to proxy with | https |
54
56
| ` no-verify-ssl ` | Boolean | Disable peer SSL certificate validation | ` False ` |
55
57
| ` transport.idle-conn-timeout ` | Duration | Idle timeout to the upstream service | ` 40s ` |
56
58
You can’t perform that action at this time.
0 commit comments