File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
cloud-dedicated/reference/cli/influxctl/auth
clustered/reference/cli/influxctl/auth Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : influxctl auth
3
3
description : >
4
- The `influxctl auth` command and its subcommands provide the ability to
5
- login and logout .
4
+ The `influxctl auth` command and its subcommands let a user
5
+ log in to and log out of an InfluxDB cluster .
6
6
menu :
7
7
influxdb_cloud_dedicated :
8
8
parent : influxctl
9
9
weight : 201
10
10
---
11
11
12
- The ` influxctl auth ` command and its subcommands provide information about
13
- {{< product-name >}} clusters.
12
+ The ` influxctl auth ` command and its subcommands let a user log in to and log out of an {{< product-name omit="Clustered" >}} cluster.
14
13
15
14
## Usage
16
15
Original file line number Diff line number Diff line change 1
1
---
2
2
title : influxctl auth
3
3
description : >
4
- The `influxctl auth` command and its subcommands provide the ability to
5
- login and logout .
4
+ The `influxctl auth` command and its subcommands let a user
5
+ log in to and log out of an InfluxDB cluster .
6
6
menu :
7
7
influxdb_clustered :
8
8
parent : influxctl
9
9
weight : 201
10
10
---
11
11
12
- The ` influxctl auth ` command and its subcommands provide information about
13
- {{< product-name omit="Clustered" >}} clusters.
12
+ The ` influxctl auth ` command and its subcommands let a user log in to and log out of an {{< product-name omit="Clustered" >}} cluster.
14
13
15
14
## Usage
16
15
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ weight: 301
11
11
12
12
The ` influxctl auth login ` command lets a user log in to an {{< product-name omit="Clustered" >}}
13
13
cluster using the cluster's configured identity provider.
14
+
14
15
## Usage
15
16
16
17
``` sh
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ weight: 301
11
11
12
12
The ` influxctl auth logout ` command lets a user logout of an {{< product-name omit="Clustered" >}}
13
13
cluster; removes the user's local authorization tokens.
14
+
14
15
## Usage
15
16
16
17
``` sh
You can’t perform that action at this time.
0 commit comments