Skip to content

Commit

Permalink
docs: fix README formatting for API verbs list
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawksley-intergral committed Dec 17, 2024
1 parent 8231f75 commit 1de9950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ In this case, two Cluster Roles will be created: one with read-write privileges
The read-write version is default but the read-only version can be selected by setting `config.cluster.role.readOnly` to `true`.

The difference is in the verbs allowed to be executed against the cluster. The read-only version allows only:

- GET
- LIST
- WATCH

... while the read-write version adds:

- CREATE
- DELETE
- DELETECOLLECTION
Expand Down

0 comments on commit 1de9950

Please sign in to comment.