2019-04-16 21:34:42 +00:00
|
|
|
---
|
|
|
|
title: Manage security and authorization
|
2019-04-18 17:18:08 +00:00
|
|
|
description: >
|
|
|
|
Security, access control, and sensitive secret handling are incredibly important
|
|
|
|
when handling any sort of sensitive data.
|
|
|
|
This section provides information about managing the security of your InfluxDB instance.
|
2019-04-16 21:34:42 +00:00
|
|
|
weight: 12
|
|
|
|
menu:
|
2020-07-28 22:34:16 +00:00
|
|
|
influxdb_2_0:
|
2019-04-16 21:50:11 +00:00
|
|
|
name: Security & authorization
|
2020-07-29 16:02:10 +00:00
|
|
|
influxdb/v2.0/tags: [security, authentication]
|
2019-04-16 21:34:42 +00:00
|
|
|
---
|
|
|
|
|
2019-04-18 17:18:08 +00:00
|
|
|
Security, access control, and sensitive secret handling are incredibly important
|
|
|
|
when handling any sort of sensitive data.
|
|
|
|
This section provides information about managing the security of your InfluxDB instance.
|
2019-04-16 21:34:42 +00:00
|
|
|
|
2020-11-24 20:00:04 +00:00
|
|
|
{{% note %}}
|
|
|
|
#### InfluxDB 2.0/1.x compatibility
|
|
|
|
If you [upgraded from 1.x to 2.0](/influxdb/v2.0/upgrade/v1-to-v2/),
|
|
|
|
use the [`influx v1 auth`](/influxdb/v2.0/reference/cli/influx/v1/auth/) commands
|
|
|
|
to manage authorizations for the [1.x compatibility API](/influxdb/v2.0/reference/api/influxdb-1x/).
|
|
|
|
{{% /note %}}
|
|
|
|
|
2019-04-16 21:34:42 +00:00
|
|
|
{{< children >}}
|