influx auth create

The influx auth create creates an authorization in InfluxDB.

Usage

  1. influx auth create [flags]

Flags

FlagDescriptionInput typeMaps to ?
-c—active-configCLI configuration to use for commandstring
—configs-pathPath to influx CLI configurations (default ~/.influxdbv2/configs)stringINFLUX_CONFIGS_PATH
-h—helpHelp for the create command
—hide-headersHide table headers (default false)INFLUX_HIDE_HEADERS
—hostHTTP address of InfluxDB (default http://localhost:8086)stringINFLUX_HOST
—jsonOutput data as JSON (default false)INFLUX_OUTPUT_JSON
-o—org(Required) Organization namestringINFLUX_ORG
—org-idOrganization IDstringINFLUX_ORG_ID
—read-bucketGrants permission to read specified bucket IDsstringArray
—read-bucketsGrants permission to read all organization buckets
—read-dashboardsGrants permission to read dashboards
—read-orgsGrants permission to read organizations
—read-tasksGrants permission to read tasks
—read-telegrafsGrants permission to read Telegraf configurations
—read-userGrants permission to read organization users
—skip-verifySkip TLS certificate verification
-t—tokenAuthentication tokenstringINFLUX_TOKEN
-u—userUsernamestring
—write-bucketGrants permission to write to specified bucket IDsstringArray
—write-bucketsGrants permission to create and update all organization buckets
—write-dashboardsGrants permission to create and update dashboards
—write-orgsGrants permission to create and update organizations
—write-tasksGrants permission to create and update tasks
—write-telegrafsGrants permission to create and update Telegraf configurations
—write-userGrants permission to create and update organization users