influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
63 stars 24 forks source link

`influx auth list` doesn't support the `?token=` Cloud parameter #457

Open jstirnaman opened 1 year ago

jstirnaman commented 1 year ago

influx auth list doesn't support the token query parameter for GET /api/v2/authorizations, finding an authorization by its token value.

The token= query parameter only exists in Cloud.

Here's an OSS feature request to support ?token=.