Skip to content

Commit

Permalink
docs: add required token scopes to README
Browse files Browse the repository at this point in the history
Addresses #8
  • Loading branch information
tjhop committed Jul 28, 2022
1 parent f9ab6f0 commit 29e6f77
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Tagger is an application that can enforce the presence/absence of API tags in bulk across all taggable Linode APIv4 resource objects:

* Instances
* Volumes
* NodeBalancers
* Domains
* LKEClusters
| Object Type | API Token Scopes Required |
| --- | --- |
| Instances | `linodes:read_write` |
| Volumes | `volumes:read_write` |
| NodeBalancers | `nodebalancers:read_write` |
| Domains | `domains:read_write` |
| LKEClusters | `lke:read_write` |

## Usage

Expand Down

0 comments on commit 29e6f77

Please sign in to comment.