Skip to content

Commit 7bf799c

Browse files
committed
fix(mono): Update descriptions to be more operator-specific
1 parent e59f22a commit 7bf799c

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

content/influxdb3/core/admin/tokens/admin/regenerate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description: >
44
Use the [`influxdb3 create token --admin` command](/influxdb3/core/reference/cli/influxdb3/create/token/)
55
or the HTTP API [`/api/v3/configure/token/admin/regenerate`](/influxdb3/core/api/v3/#operation/PostRegenerateAdminToken) endpoint
66
to regenerate an [operator token](/influxdb3/core/admin/tokens/admin/) for your {{< product-name omit="Clustered" >}} instance.
7-
An admin token grants access to all actions on the server.
8-
Regenerating an admin token deactivates the previous token.
7+
Regenerating an operator token deactivates the previous token.
98
menu:
109
influxdb3_core:
1110
parent: Admin tokens

content/influxdb3/core/reference/cli/influxdb3/create/token/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
menu:
66
influxdb3_core:
77
parent: influxdb3 create
8-
name: influxdb3 create token
8+
name: influxdb3 create token
99
weight: 400
1010
source: /shared/influxdb3-cli/create/token/_index.md
1111
---

content/influxdb3/core/reference/cli/influxdb3/create/token/admin.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: influxdb3 create token admin
33
description: >
4-
The `influxdb3 create token --admin` command creates a new operator or named
5-
admin authentication token.
4+
The `influxdb3 create token admin` command creates an operator token or named admin token with full administrative privileges for server actions.
65
menu:
76
influxdb3_core:
87
parent: influxdb3 create token
9-
name: influxdb3 create token admin
8+
name: influxdb3 create token admin
109
weight: 400
1110
source: /shared/influxdb3-cli/create/token/admin.md
1211
---

content/influxdb3/enterprise/admin/tokens/admin/regenerate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: Regenerate an operator admin token
33
description: >
44
Use the [`influxdb3 create token --admin` command](/influxdb3/enterprise/reference/cli/influxdb3/create/token/)
55
or the [HTTP API](/influxdb3/enterprise/api/v3/)
6-
to regenerate an [admin token](/influxdb3/enterprise/admin/tokens/admin/) for your {{< product-name omit="Clustered" >}} instance.
7-
An operator token grants access to all actions on the server.
6+
to regenerate an [operator token](/influxdb3/enterprise/admin/tokens/admin/) for your {{< product-name omit="Clustered" >}} instance.
87
Regenerating an admin token deactivates the previous token.
98
menu:
109
influxdb3_enterprise:

content/influxdb3/enterprise/reference/cli/influxdb3/create/token/admin.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: influxdb3 create token admin
33
description: >
4-
The `influxdb3 create token --admin` command creates a new operator or named
5-
admin authentication token.
4+
The `influxdb3 create token admin` command creates an operator token or named admin token with full administrative privileges for server actions.
65
menu:
76
influxdb3_enterprise:
87
parent: influxdb3 create token

content/influxdb3/enterprise/reference/internals/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ source: /shared/influxdb3-internals-reference/authentication.md
1414
---
1515

1616
<!-- The content for this page is at
17-
// SOURCE /content/shared/influxdb3-internals-reference/authentication.md
18-
// -->
17+
// SOURCE content/shared/influxdb3-internals-reference/authentication.md
18+
-->

content/shared/influxdb3-cli/create/token/admin.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Create a new operator or named admin token.
2+
Create an operator token or named admin token.
33

44
## Usage
55

@@ -17,14 +17,18 @@ influxdb3 create token --admin [OPTIONS]
1717
| `--host <host>` | The host URL of the running InfluxDB 3 server [env: `INFLUXDB3_HOST_URL=`] [default: `http://127.0.0.1:8181`] |
1818
| `--token <token>` | An existing admin token for the InfluxDB 3 server |
1919
| `--tls-ca <tls-ca>` | An optional arg to use a custom ca for useful for testing with self signed certs |
20-
| `--format <FORMAT>` | Output format for token, supports just json or text [possible values: json, text] |
20+
| `--format <FORMAT>` | Output format for token [possible values: `json`, `text`] |
2121
| `-h`, `--help` | Print help information |
2222
| `--help-all` | Print more detailed help information |
2323

2424
## Examples
2525

2626
### Create an operator token
2727

28+
The operator token is a special token that has full administrative privileges on the InfluxDB server and doesn't expire.
29+
The first admin token you create becomes the operator token for the instance.
30+
You can create an operator token using the `--admin` flag without any additional options.
31+
2832
<!--pytest.mark.skip-->
2933

3034
```bash

0 commit comments

Comments
 (0)