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 Sep 18, 2024
1 parent aff43a1 commit c9179ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions traffic-policy/actions/forward-internal/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ reference for this action.

### Configuration Fields

| Parameter | Type | Description |
| -----------| -------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `binding` | `string` | The string `private`. |
| `url` | `string` | **Required.** The endpoint to forward to, such as `http://my-private-endpoint.private:1234` |
| `on_error` | 'halt' \| 'continue' | Whether a forward error is terminal (halts the action), or whether the policy continues to process later actions on error. |
| Parameter | Type | Description |
| ---------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| `binding` | `string` | The string `private`. |
| `url` | `string` | **Required.** The endpoint to forward to, such as `http://my-private-endpoint.private:1234` |
| `on_error` | 'halt' \| 'continue' | Whether a forward error is terminal (halts the action), or whether the policy continues to process later actions on error. |

### Supported Directions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configuration demonstrates how to use the `forward-internal` action to forward t
type: "forward-internal",
config: {
binding: "private",
url: "http://my-endpoint.private"
url: "http://my-endpoint.private",
},
},
],
Expand Down

0 comments on commit c9179ac

Please sign in to comment.