Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Oct 2, 2024
1 parent c277cf0 commit 4db4468
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/http/traffic-policy/actions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Traffic Policy actions enable you to modify the behavior of traffic flowing thro
| [remove-headers](remove-headers) | Remove headers from incoming requests or outgoing responses. | Inbound, Outbound |
| [restrict-ips](restrict-ips) | Allow or deny traffic based on source IP. | Inbound |
| [url-rewrite](url-rewrite) | Rewrite request URLs transparently using regular expressions. | Inbound |
| [forward-internal](forward-internal) | Forward the request to a internal endpoint on your account. | Inbound |
| [forward-internal](forward-internal) | Forward the request to a internal endpoint on your account. | Inbound |
8 changes: 4 additions & 4 deletions traffic-policy/actions/forward-internal/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ reference for this action.

### Configuration Fields

| Parameter | Type | Description |
| ---------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| `binding` | `string` | Binding of the Endpoint (only `internal` is currently supported). |
| `url` | `string` | **Required.** The endpoint to forward to, such as `http://my-internal-endpoint.internal:1234` |
| Parameter | Type | Description |
| ---------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| `binding` | `string` | Binding of the Endpoint (only `internal` is currently supported). |
| `url` | `string` | **Required.** The endpoint to forward to, such as `http://my-internal-endpoint.internal:1234` |
| `on_error` | 'halt' \| 'continue' | Whether or not further actions in the Traffic Policy should run if there is an error. Must be either `halt` (default) or `continue`. |

### Supported Directions
Expand Down

0 comments on commit 4db4468

Please sign in to comment.