Skip to content

Commit 8ca22da

Browse files
committed
docs(rfc): update interceptor post-commit failure mode
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
1 parent 416f618 commit 8ca22da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rfc/0010-gateway-interceptors/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,11 @@ service-level gateway config, then applies any binding override.
368368
|---|---|
369369
| `fail_closed` | The gateway rejects the API operation before committing side effects. |
370370
| `fail_open` | The gateway continues without applying the failed gateway interceptor result and emits warning and audit events. |
371-
| `ignore` | The gateway records the failure without changing operation outcome. Valid only for `post_commit`. |
372371

373372
Defaults:
374373

375374
- `modify_operation` and `validate` bindings default to `fail_closed`.
376-
- `post_commit` bindings default to `ignore`.
375+
- `post_commit` bindings default to `fail_open`.
377376

378377
The gateway enforces a timeout and response size limit for every gateway
379378
interceptor service call. Each binding also has a maximum patch count.

0 commit comments

Comments
 (0)