feat(enterprise): Manage resource tokens for databases and sysinfo
parent
ee2ab9f113
commit
dd75bf13cd
|
@ -7,14 +7,15 @@ description: >
|
||||||
and system information endpoints in your {{< product-name >}} instance.
|
and system information endpoints in your {{< product-name >}} instance.
|
||||||
Database resource tokens allow for actions like writing and querying data.
|
Database resource tokens allow for actions like writing and querying data.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_core:
|
influxdb3_enterprise:
|
||||||
parent: Manage tokens
|
parent: Manage tokens
|
||||||
name: Resource tokens
|
name: Resource tokens
|
||||||
weight: 101
|
weight: 101
|
||||||
influxdb3/core/tags: [tokens]
|
influxdb3/enterprise/tags: [tokens]
|
||||||
source: /shared/influxdb3-admin/tokens/database/_index.md
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{< children depth="1" >}}
|
||||||
|
|
||||||
<!-- The content for this page is at
|
<!-- The content for this page is at
|
||||||
// SOURCE - content/shared/influxdb3-admin/tokens/database/_index.md
|
// SOURCE - content/shared/influxdb3-admin/tokens/database/_index.md
|
||||||
-->
|
-->
|
||||||
|
|
|
@ -38,7 +38,6 @@ list_code_example: |
|
||||||
alt_links:
|
alt_links:
|
||||||
cloud-dedicated: /influxdb3/enterprise/admin/tokens/create-token/
|
cloud-dedicated: /influxdb3/enterprise/admin/tokens/create-token/
|
||||||
cloud-serverless: /influxdb3/cloud-serverless/admin/tokens/create-token/
|
cloud-serverless: /influxdb3/cloud-serverless/admin/tokens/create-token/
|
||||||
source: /shared/influxdb3-admin/tokens/database/create.md
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Use the [`influxdb3 create token --permission` command](/influxdb3/enterprise/reference/cli/influxdb3/create/token/)
|
Use the [`influxdb3 create token --permission` command](/influxdb3/enterprise/reference/cli/influxdb3/create/token/)
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
title: List database tokens
|
title: List resource tokens
|
||||||
description: >
|
description: >
|
||||||
Use the `influxdb3 show tokens` command
|
Use the `influxdb3 show tokens` command
|
||||||
to list database tokens in your InfluxDB 3 Enterprise instance.
|
to list resource tokens in your InfluxDB 3 Enterprise instance.
|
||||||
menu:
|
menu:
|
||||||
influxdb3_enterprise:
|
influxdb3_enterprise:
|
||||||
parent: Database tokens
|
parent: Resource tokens
|
||||||
weight: 202
|
weight: 202
|
||||||
list_code_example: |
|
list_code_example: |
|
||||||
##### CLI
|
##### CLI
|
||||||
|
@ -14,23 +14,14 @@ list_code_example: |
|
||||||
--token ADMIN_TOKEN
|
--token ADMIN_TOKEN
|
||||||
--host http://{{< influxdb/host >}}
|
--host http://{{< influxdb/host >}}
|
||||||
```
|
```
|
||||||
|
|
||||||
##### API
|
|
||||||
```bash
|
|
||||||
curl \
|
|
||||||
--location "http://{{< influxdb/host >}}/api/v3/configure/tokens" \
|
|
||||||
--header "Accept: application/json" \
|
|
||||||
--header "Authorization: Bearer ADMIN_TOKEN"
|
|
||||||
```
|
|
||||||
|
|
||||||
aliases:
|
aliases:
|
||||||
- /influxdb3/enterprise/admin/tokens/list/
|
- /influxdb3/enterprise/admin/tokens/list/
|
||||||
related:
|
related:
|
||||||
- /influxdb3/enterprise/reference/cli/influxdb3/token/list/
|
- /influxdb3/enterprise/reference/cli/influxdb3/token/list/
|
||||||
- /influxdb3/enterprise/reference/api/
|
- /influxdb3/enterprise/reference/api/
|
||||||
source: /shared/influxdb3-admin/tokens/database/list.md
|
source: /shared/influxdb3-admin/tokens/admin/list.md
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- The content for this page is at
|
<!-- The content for this page is at
|
||||||
// file://content/shared/influxdb3-admin/tokens/database/list.md
|
// SOURCE content/shared/influxdb3-admin/tokens/admin/list.md
|
||||||
-->
|
-->
|
Loading…
Reference in New Issue