Merge pull request #6008 from influxdata/fix-outdated-bearer-token-arg
hotfix(influxdb3): Core and Enterprise: remove outdated serve --bearer-t…pull/5918/merge
commit
38a19403ca
|
@ -84,7 +84,6 @@ influxdb3 serve [OPTIONS] --node-id <HOST_IDENTIFIER_PREFIX>
|
|||
| | `--http-bind` | _See [configuration options](/influxdb3/core/reference/config-options/#http-bind)_ |
|
||||
| | `--ram-pool-data-bytes` | _See [configuration options](/influxdb3/core/reference/config-options/#ram-pool-data-bytes)_ |
|
||||
| | `--exec-mem-pool-bytes` | _See [configuration options](/influxdb3/core/reference/config-options/#exec-mem-pool-bytes)_ |
|
||||
| | `--bearer-token` | _See [configuration options](/influxdb3/core/reference/config-options/#bearer-token)_ |
|
||||
| | `--gen1-duration` | _See [configuration options](/influxdb3/core/reference/config-options/#gen1-duration)_ |
|
||||
| | `--wal-flush-interval` | _See [configuration options](/influxdb3/core/reference/config-options/#wal-flush-interval)_ |
|
||||
| | `--wal-snapshot-size` | _See [configuration options](/influxdb3/core/reference/config-options/#wal-snapshot-size)_ |
|
||||
|
|
|
@ -106,7 +106,6 @@ influxdb3 serve
|
|||
- [HTTP](#http)
|
||||
- [max-http-request-size](#max-http-request-size)
|
||||
- [http-bind](#http-bind)
|
||||
- [bearer-token](#bearer-token)
|
||||
- [Memory](#memory)
|
||||
- [ram-pool-data-bytes](#ram-pool-data-bytes)
|
||||
- [exec-mem-pool-bytes](#exec-mem-pool-bytes)
|
||||
|
@ -753,7 +752,6 @@ Provides custom configuration to DataFusion as a comma-separated list of
|
|||
|
||||
- [max-http-request-size](#max-http-request-size)
|
||||
- [http-bind](#http-bind)
|
||||
- [bearer-token](#bearer-token)
|
||||
|
||||
#### max-http-request-size
|
||||
|
||||
|
@ -779,16 +777,6 @@ Defines the address on which InfluxDB serves HTTP API requests.
|
|||
|
||||
---
|
||||
|
||||
#### bearer-token
|
||||
|
||||
Specifies the bearer token to be set for requests.
|
||||
|
||||
| influxdb3 serve option | Environment variable |
|
||||
| :--------------------- | :----------------------- |
|
||||
| `--bearer-token` | `INFLUXDB3_BEARER_TOKEN` |
|
||||
|
||||
---
|
||||
|
||||
### Memory
|
||||
|
||||
- [ram-pool-data-bytes](#ram-pool-data-bytes)
|
||||
|
|
|
@ -89,7 +89,6 @@ influxdb3 serve [OPTIONS] \
|
|||
| | `--http-bind` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#http-bind)_ |
|
||||
| | `--ram-pool-data-bytes` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#ram-pool-data-bytes)_ |
|
||||
| | `--exec-mem-pool-bytes` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#exec-mem-pool-bytes)_ |
|
||||
| | `--bearer-token` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#bearer-token)_ |
|
||||
| | `--gen1-duration` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#gen1-duration)_ |
|
||||
| | `--wal-flush-interval` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#wal-flush-interval)_ |
|
||||
| | `--wal-snapshot-size` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#wal-snapshot-size)_ |
|
||||
|
|
|
@ -110,7 +110,6 @@ influxdb3 serve
|
|||
- [HTTP](#http)
|
||||
- [max-http-request-size](#max-http-request-size)
|
||||
- [http-bind](#http-bind)
|
||||
- [bearer-token](#bearer-token)
|
||||
- [Memory](#memory)
|
||||
- [ram-pool-data-bytes](#ram-pool-data-bytes)
|
||||
- [exec-mem-pool-bytes](#exec-mem-pool-bytes)
|
||||
|
@ -801,7 +800,6 @@ Provides custom configuration to DataFusion as a comma-separated list of
|
|||
|
||||
- [max-http-request-size](#max-http-request-size)
|
||||
- [http-bind](#http-bind)
|
||||
- [bearer-token](#bearer-token)
|
||||
|
||||
#### max-http-request-size
|
||||
|
||||
|
@ -827,16 +825,6 @@ Defines the address on which InfluxDB serves HTTP API requests.
|
|||
|
||||
---
|
||||
|
||||
#### bearer-token
|
||||
|
||||
Specifies the bearer token to be set for requests.
|
||||
|
||||
| influxdb3 serve option | Environment variable |
|
||||
| :--------------------- | :----------------------- |
|
||||
| `--bearer-token` | `INFLUXDB3_BEARER_TOKEN` |
|
||||
|
||||
---
|
||||
|
||||
### Memory
|
||||
|
||||
- [ram-pool-data-bytes](#ram-pool-data-bytes)
|
||||
|
|
Loading…
Reference in New Issue