Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/influxdb/v2/admin/tokens/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Learn how to create, view, update, or delete an API token.
- [All Access API token](#all-access-token)
- [Read/Write token](#readwrite-token)

#### Operator token
### Operator token
Grants full read and write access to **all organizations and all organization resources in InfluxDB OSS 2.x**.
Some operations, e.g. [retrieving the server configuration](/influxdb/v2/reference/config-options/), require operator permissions.
Operator tokens are created in the InfluxDB setup process.
Expand All @@ -39,10 +39,10 @@ for each organization and using those to manage InfluxDB.
This helps to prevent accidental interactions across organizations.
{{% /note %}}

#### All Access token
### All Access token
Grants full read and write access to all resources in an organization.

#### Read/Write token
### Read/Write token
Grants read access, write access, or both to specific buckets in an organization.

{{< children hlevel="h2" >}}