docs-v2/content/influxdb/v2.0/security/_index.md

26 lines
944 B
Markdown
Raw Normal View History

---
title: Manage security and authorization
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.
weight: 12
menu:
influxdb_2_0:
name: Security & authorization
influxdb/v2.0/tags: [security, authentication]
---
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.
{{% 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 %}}
{{< children >}}