From e802a19b929ef37acac9c954b1ff006812d3890a Mon Sep 17 00:00:00 2001 From: Nora Date: Mon, 9 Sep 2019 16:01:25 -0700 Subject: [PATCH] Add overview content to index page --- content/v2.0/security/secrets/_index.md | 14 ++++++++++++++ .../security/secrets/storing-secrets-in-bolt.md | 0 content/v2.0/security/secrets/use-vault.md | 6 +++--- 3 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 content/v2.0/security/secrets/storing-secrets-in-bolt.md diff --git a/content/v2.0/security/secrets/_index.md b/content/v2.0/security/secrets/_index.md index e69de29bb..030970e8f 100644 --- a/content/v2.0/security/secrets/_index.md +++ b/content/v2.0/security/secrets/_index.md @@ -0,0 +1,14 @@ +--- +title: Store secrets +description: +v2.0/tags: [secrets, security] +menu: + v2_0: + parent: Security & authorization +weight: 102 +--- + +There are two options for storing secrets with InfluxDB: + +- By default, secrets are Base64-encoded and stored in the InfluxDB embedded key value store, [BoltDB](https://github.com/boltdb/bolt). +- You can also set up Vault to store secrets. For details, see [Store secrets in Vault](/v2.0/security/secrets/use-vault). diff --git a/content/v2.0/security/secrets/storing-secrets-in-bolt.md b/content/v2.0/security/secrets/storing-secrets-in-bolt.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/content/v2.0/security/secrets/use-vault.md b/content/v2.0/security/secrets/use-vault.md index 2db1f42a5..36b42b372 100644 --- a/content/v2.0/security/secrets/use-vault.md +++ b/content/v2.0/security/secrets/use-vault.md @@ -4,13 +4,13 @@ description: Manage authentication tokens in InfluxDB using the InfluxDB UI or t v2.0/tags: [tokens, security] menu: v2_0: - parent: Security & authorization -weight: 102 + parent: Store secrets +weight: 201 --- [Vault](https://www.vaultproject.io/) secures, stores, and tightly controls access to tokens, passwords, certificates, and other sensitive secrets. -Store sensitive secrets in Vault using the InfluxDB built-in Vault integration. +Store sensitive secrets in Vault using the InfluxDB built-in Vault integration. {{% note %}} When not using Vault, secrets are Base64-encoded and stored in the InfluxDB embedded key value store,