Related to "security"
Manage security and authorization
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.
InfluxDB Cloud security
InfluxDB Cloud is built on industry-standard security practices and principles.
Manage API tokens
Manage API tokens in InfluxDB using the InfluxDB UI or the influx CLI.
Use parameterized Flux queries
Use parameterized queries to re-use Flux queries and dynamically populate variables and prevent injection attacks.
Manage secrets
Manage and use secrets in InfluxDB Cloud.
Add secrets
Add secrets using the InfluxDB Cloud UI, influx
CLI, or the InfluxDB API.
View secret keys
View secret keys using the InfluxDB Cloud UI, influx
CLI, or the InfluxDB API.
Update secrets
Update secrets using the InfluxDB Cloud UI, influx
CLI, or the InfluxDB API.
Delete secrets
Delete secrets using the InfluxDB Cloud UI, influx
CLI, or the InfluxDB API.
Use secrets
Use secrets in queries with Flux.