You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/shared/v3-enterprise-get-started/_index.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -243,8 +243,14 @@ With authentication enabled, you must provide a token to access server actions.
243
243
-**admin token**: Grants access to all CLI actions and API endpoints. A server can have one admin token.
244
244
-**resource tokens**: Fine-grained permissions tokens that grant read and write access to specific resources (databases and system information endpoints) on the server.
245
245
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.
248
254
249
255
When you create a token, InfluxDB 3 returns a token string in plain text
250
256
that you use to authenticate CLI commands and API requests.
0 commit comments