From afca976fdc789bd8023e3719faed5927ebe4b069 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 18 Apr 2019 12:09:24 -0600 Subject: [PATCH] updated security docs frontmatter, updated tags --- content/v2.0/security/_index.md | 2 +- content/v2.0/security/tokens/_index.md | 5 ++--- content/v2.0/security/use-vault.md | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/content/v2.0/security/_index.md b/content/v2.0/security/_index.md index c2043d499..c9643fb0b 100644 --- a/content/v2.0/security/_index.md +++ b/content/v2.0/security/_index.md @@ -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 diff --git a/content/v2.0/security/tokens/_index.md b/content/v2.0/security/tokens/_index.md index 7b31a2688..29544f37a 100644 --- a/content/v2.0/security/tokens/_index.md +++ b/content/v2.0/security/tokens/_index.md @@ -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 >}} diff --git a/content/v2.0/security/use-vault.md b/content/v2.0/security/use-vault.md index fd7339857..5fc8bc3bd 100644 --- a/content/v2.0/security/use-vault.md +++ b/content/v2.0/security/use-vault.md @@ -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)