Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 076cbfb

Browse files
author
Dustin Collins
authored
Remove 'update' privilege mention
1 parent 7f34d2e commit 076cbfb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

examples/petstore/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ Pets can be added and removed by using the pet store's API.
6969
The add and remove views are protected with the `validate_privilege` decorator
7070
in [app.py](app.py). A user or machine must pass an `Authorization` header
7171
when calling the `petstore` host. `petstore` consults Possum to ensure
72-
that the caller has `update` privilege on the `petstore` host defined
73-
in [policy.yml](policy.yml). If so, the request proceeds. If not, an error
74-
message is returned.
72+
that the caller has the required privilege on the `petstore` host.
73+
If so, the request proceeds. If not, an error message is returned.
7574

7675
## Demo
7776

0 commit comments

Comments
 (0)