Add aliases for OSS and Cloud secrets docs (#3041)
parent
8b910247d7
commit
f2a78b3963
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Manage secrets
|
||||
weight: 301
|
||||
aliases:
|
||||
- /influxdb/cloud/security/secrets/manage-secrets/add/
|
||||
---
|
||||
|
||||
Add secrets using the {{< cloud-name "short" >}} UI, `influx` command line interface (CLI) or the InfluxDB API.
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Manage secrets
|
||||
weight: 304
|
||||
aliases:
|
||||
- /influxdb/cloud/security/secrets/manage-secrets/delete/
|
||||
---
|
||||
|
||||
Delete secrets using the {{< cloud-name "short" >}} UI, `influx` command line interface (CLI) or the InfluxDB API.
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Manage secrets
|
||||
weight: 303
|
||||
aliases:
|
||||
- /influxdb/cloud/security/secrets/manage-secrets/update/
|
||||
---
|
||||
|
||||
Update secrets using the {{< cloud-name "short" >}} UI, `influx` command line interface (CLI) or the InfluxDB API.
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Manage secrets
|
||||
weight: 305
|
||||
aliases:
|
||||
- /influxdb/cloud/security/secrets/manage-secrets/use/
|
||||
---
|
||||
|
||||
Use secrets in a Flux query to pass sensitive data like credentials.
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_cloud:
|
||||
parent: Manage secrets
|
||||
weight: 302
|
||||
aliases:
|
||||
- /influxdb/cloud/security/secrets/manage-secrets/view/
|
||||
---
|
||||
|
||||
View secret keys using the {{< cloud-name "short" >}} UI, `influx` command line interface (CLI) or the InfluxDB API.
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_2_0:
|
||||
parent: Security & authorization
|
||||
weight: 102
|
||||
aliases:
|
||||
- /influxdb/v2.0/security/secrets/manage-secrets/
|
||||
---
|
||||
|
||||
Secrets are key-value pairs that contain sensitive information you want to control
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_2_0:
|
||||
parent: Manage secrets
|
||||
weight: 301
|
||||
aliases:
|
||||
- /influxdb/v2.0/security/secrets/manage-secrets/add/
|
||||
---
|
||||
|
||||
Add secrets using the `influx` command line interface (CLI) or the InfluxDB API.
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_2_0:
|
||||
parent: Manage secrets
|
||||
weight: 304
|
||||
aliases:
|
||||
- /influxdb/v2.0/security/secrets/manage-secrets/delete/
|
||||
---
|
||||
|
||||
Delete secrets using the `influx` command line interface (CLI) or the InfluxDB API.
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_2_0:
|
||||
parent: Manage secrets
|
||||
weight: 303
|
||||
aliases:
|
||||
- /influxdb/v2.0/security/secrets/manage-secrets/update/
|
||||
---
|
||||
|
||||
Update secrets using the `influx` command line interface (CLI) or the InfluxDB API.
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_2_0:
|
||||
parent: Manage secrets
|
||||
weight: 305
|
||||
aliases:
|
||||
- /influxdb/v2.0/security/secrets/manage-secrets/use/
|
||||
---
|
||||
|
||||
## Use secrets in a query
|
||||
|
|
|
@ -6,6 +6,8 @@ menu:
|
|||
influxdb_2_0:
|
||||
parent: Manage secrets
|
||||
weight: 302
|
||||
aliases:
|
||||
- /influxdb/v2.0/security/secrets/manage-secrets/view/
|
||||
---
|
||||
|
||||
View secret keys using the `influx` command line interface (CLI) or the InfluxDB API.
|
||||
|
|
Loading…
Reference in New Issue