Add canon reset and reingest guardrails
This commit is contained in:
parent
653411ffb8
commit
9c22d3e0df
12 changed files with 634 additions and 5 deletions
|
|
@ -99,4 +99,17 @@ GET /exports/libraries/xregistry
|
|||
GET /ui/graph-explorer
|
||||
GET /exports/graph-explorer/manifest
|
||||
GET /exports/graph-explorer
|
||||
GET /exports/reset-archive
|
||||
```
|
||||
|
||||
## Guarded Reset
|
||||
|
||||
```text
|
||||
POST /admin/reset-graph-data
|
||||
```
|
||||
|
||||
The reset endpoint requires `confirm`,
|
||||
`reason`, and `archive_sha256`. `confirm` must be
|
||||
`RESET-RAILIANCE-FABRIC-GRAPH-DATA`. Operators should prefer the CLI wrapper
|
||||
documented in `docs/registry-reset-operations.md`, because it exports the
|
||||
archive and computes the checksum before calling the destructive endpoint.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue