Skip to content

Commit

Permalink
Update README.md (#128)
Browse files Browse the repository at this point in the history
Update README with new CLI flag
  • Loading branch information
alvinlin123 authored Mar 30, 2023
1 parent 52f23e7 commit 26b15d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ When running the Proxy, the following flags can be used (none are required) :
| `verbose` or `v` | Boolean | Enable additional logging, implies all the log-* options | `False` |
| `log-failed-requests` | Boolean | Log 4xx and 5xx response body | `False` |
| `log-signing-process` | Boolean | Log sigv4 signing process | `False` |
| `unsigned-payload` | Boolean | Prevent signing of the payload" | `False` |
| `port` | String | Port to serve http on | `8080` |
| `strip` or `s` | String | Headers to strip from incoming request | None |
| `role-arn` | String | Amazon Resource Name (ARN) of the role to assume | None |
| `name` | String | AWS Service to sign for | None |
| `sign-host` | String | Host to sign for | None |
| `host` | String | Host to proxy to | None |
| `region` | String | AWS region to sign for | None |
| `pstream-url-scheme` | String | Protocol to proxy with | https |
| `no-verify-ssl` | Boolean | Disable peer SSL certificate validation | `False` |
| `transport.idle-conn-timeout` | Duration | Idle timeout to the upstream service | `40s` |

Expand Down

0 comments on commit 26b15d8

Please sign in to comment.