Skip to content

Commit f7be9d2

Browse files
committed
fix(mono): get-started with resource tokens
1 parent 6161025 commit f7be9d2

File tree

1 file changed

+8
-2
lines changed
  • content/shared/v3-enterprise-get-started

1 file changed

+8
-2
lines changed

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,14 @@ With authentication enabled, you must provide a token to access server actions.
243243
- **admin token**: Grants access to all CLI actions and API endpoints. A server can have one admin token.
244244
- **resource tokens**: Fine-grained permissions tokens that grant read and write access to specific resources (databases and system information endpoints) on the server.
245245

246-
- Database tokens are scoped to a specific database and grant access to write and query data in that database. You can create multiple resource tokens for different databases
247-
- System tokens grant read access to system information and metrics for the server
246+
- A database token grants access to write and query data in a
247+
database
248+
- A system token grants read access to system information endpoints and
249+
metrics for the server
250+
251+
InfluxDB 3 supports the `*` resource name wildcard to grant permissions to all
252+
resources of a specific type.
253+
You can create multiple resource tokens for different resources.
248254

249255
When you create a token, InfluxDB 3 returns a token string in plain text
250256
that you use to authenticate CLI commands and API requests.

0 commit comments

Comments
 (0)