Skip to content

Commit 95be9fb

Browse files
committed
Point the permission-model guide at the config/permissions sample
The guide still placed the permissions file at the repository root after the move to config/permissions/vanilla.yaml.
1 parent 9079d1e commit 95be9fb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/guide/permission-model.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,9 @@ resolved and never to widen it.
449449

450450
The geo provider, which resolves the country, is selected in
451451
`trusted-server.toml`. The rules tree, including the baseline for a request with
452-
no resolvable country, lives in the human-editable `permissions.yaml` at the
453-
repository root, compiled into the build (not loaded at runtime).
452+
no resolvable country, lives in a human-editable permissions YAML document
453+
compiled into the build (not loaded at runtime). The repository sample is
454+
`config/permissions/vanilla.yaml`.
454455

455456
```toml
456457
# trusted-server.toml selects the geo provider. The baseline used when a request

0 commit comments

Comments
 (0)