--- title: secrets package description: > The `secrets` package functions for working with sensitive secrets managed by InfluxDB. menu: flux_v0_ref: name: secrets parent: influxdata/influxdb identifier: influxdata/influxdb/secrets weight: 31 cascade: flux/v0/tags: [secrets, security] introduced: 0.41.0 --- The `secrets` package functions for working with sensitive secrets managed by InfluxDB. Import the `influxdata/influxdb/secrets` package: ```js import "influxdata/influxdb/secrets" ``` ## Functions {{< children type="functions" show="pages" >}}