more updates for 2.9.6, change log, and make messages more clustered/dedicated specific
parent
7b53f28296
commit
f536f56ee5
|
|
@ -4,7 +4,7 @@ description: >
|
|||
The `influxctl auth` command and its subcommands provide the ability to
|
||||
login and logout.
|
||||
menu:
|
||||
influxdb_clustered:
|
||||
influxdb_cloud_dedicated:
|
||||
parent: influxctl
|
||||
weight: 201
|
||||
---
|
||||
|
|
@ -22,7 +22,7 @@ influxctl auth [subcommand] [subcommand options] [arguments...]
|
|||
|
||||
| Subcommand | Description |
|
||||
| :----------------------------------------------------------------------- | :------------------------------ |
|
||||
| [login](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login/) | Log in using InfluxData Auth0 or an InfluxDB Clustered identity provider |
|
||||
| [login](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/login/) | Log in using InfluxData Auth0 |
|
||||
| [logout](/influxdb/cloud-dedicated/reference/cli/influxctl/auth/logout/) | Remove local authorization tokens to log out of an InfluxDB cluster |
|
||||
| help, h | Output command help |
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: influxctl auth login
|
||||
description: >
|
||||
The `influxctl auth login` command lets a user log in to an InfluxDB cluster using InfluxData Auth0 or an InfluxDB
|
||||
Clustered identity provider
|
||||
The `influxctl auth login` command lets a user log in to an InfluxDB cluster using
|
||||
{{< product-name omit="Clustered" >}} identity provider
|
||||
menu:
|
||||
influxdb_cloud_dedicated:
|
||||
parent: influxctl auth
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: influxctl auth logout
|
|||
description: >
|
||||
The `influxctl auth logout` command logs out a user by removing local authorization tokens
|
||||
menu:
|
||||
influxdb_clustered:
|
||||
influxdb_cloud_dedicated:
|
||||
parent: influxctl auth
|
||||
weight: 301
|
||||
---
|
||||
|
|
|
|||
|
|
@ -11,6 +11,12 @@ menu:
|
|||
weight: 202
|
||||
---
|
||||
|
||||
## v2.9.6 {date="2024-08-15"}
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Update query to wait for EOF on stdin instead of the first newline.
|
||||
|
||||
## v2.9.5 {date="2024-08-13"}
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ influxctl auth [subcommand] [subcommand options] [arguments...]
|
|||
|
||||
| Subcommand | Description |
|
||||
| :----------------------------------------------------------------- | :------------------------------ |
|
||||
| [login](/influxdb/clustered/reference/cli/influxctl/auth/login/) | Login with InfluxData Auth0 or InfluxDB Clustered identity provider |
|
||||
| [login](/influxdb/clustered/reference/cli/influxctl/auth/login/) | Login with InfluxDB Clustered identity provider |
|
||||
| [logout](/influxdb/clustered/reference/cli/influxctl/auth/logout/) | Remove local tokens |
|
||||
| help, h | Output command help |
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
title: influxctl auth login
|
||||
description: >
|
||||
The `influxctl auth login` command logins with InfluxData Auth0 or InfluxDB
|
||||
Clustered identity provider
|
||||
The `influxctl auth login` command lets a user log in to an InfluxDB cluster using
|
||||
the cluster's configured identity provider.
|
||||
The `influxctl auth login` command lets a user log in to an InfluxDB cluster
|
||||
using the cluster's configured identity provider.
|
||||
menu:
|
||||
influxdb_clustered:
|
||||
parent: influxctl auth
|
||||
weight: 301
|
||||
|
|
@ -14,7 +13,7 @@ The `influxctl auth login` command logins with InfluxData Auth0 or InfluxDB
|
|||
Clustered identity provider
|
||||
The `influxctl auth login` command lets a user log in to an
|
||||
{{< product-name omit="Clustered" >}} cluster using the cluster's configured
|
||||
identity provider.
|
||||
identity provider.
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
|
|
|
|||
|
|
@ -12,6 +12,12 @@ weight: 202
|
|||
canonical: /influxdb/cloud-dedicated/reference/release-notes/influxctl/
|
||||
---
|
||||
|
||||
## v2.9.6 {date="2024-08-15"}
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Update query subcommand to wait for EOF on stdin instead of the first newline.
|
||||
|
||||
## v2.9.5 {date="2024-08-13"}
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ influxdb_cloud_dedicated:
|
|||
list_order: 3
|
||||
latest: cloud-dedicated
|
||||
link: "https://www.influxdata.com/contact-sales-form/"
|
||||
latest_cli: 2.9.5
|
||||
latest_cli: 2.9.6
|
||||
placeholder_host: cluster-id.a.influxdb.io
|
||||
|
||||
influxdb_clustered:
|
||||
|
|
|
|||
Loading…
Reference in New Issue