Add overview content to index page

pull/447/head
Nora 2019-09-09 16:01:25 -07:00
parent 5d0e638afe
commit e802a19b92
3 changed files with 17 additions and 3 deletions

View File

@ -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).

View File

@ -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,