updated security docs frontmatter, updated tags

pull/176/head
Scott Anderson 2019-04-18 12:09:24 -06:00
parent 8ca4eacc0b
commit afca976fdc
3 changed files with 5 additions and 6 deletions

View File

@ -8,7 +8,7 @@ weight: 12
menu:
v2_0:
name: Security & authorization
v2.0/tags: [security, auth]
v2.0/tags: [security, authentication]
---
Security, access control, and sensitive secret handling are incredibly important

View File

@ -4,18 +4,17 @@ seotitle: Manage authentication tokens in InfluxDB
description: Manage authentication tokens in InfluxDB using the InfluxDB UI or the influx CLI.
aliases:
- /v2.0/users/tokens
v2.0/tags: [tokens, authentication]
v2.0/tags: [tokens, authentication, security]
menu:
v2_0:
name: Manage tokens
parent: Security & authorization
weight: 105
weight: 101
---
InfluxDB ensures secure interaction between users and data through the use of **authentication tokens**.
A token belongs to an organization and identifies InfluxDB permissions within the organization.
The following articles provide information about managing authentication tokens.
{{< children >}}

View File

@ -1,5 +1,5 @@
---
title: Store InfluxDB secrets in Vault
title: Store secrets in Vault
description: Manage authentication tokens in InfluxDB using the InfluxDB UI or the influx CLI.
v2.0/tags: [tokens, security]
menu:
@ -18,7 +18,7 @@ When not using Vault, secrets are Base64-encoded and stored in the InfluxDB embe
{{% /note %}}
## Start a Vault server
Start a Vault server and ensure InfluxDB has network (HTTP) access to the server.
Start a Vault server and ensure InfluxDB has network access to the server.
The following links provide information about running Vault in both development and production:
- [Install Vault](https://learn.hashicorp.com/vault/getting-started/install)