fix: remove extra admin and clarifications
parent
7b117674e2
commit
344e51138b
|
@ -38,7 +38,7 @@ influxdb3 serve [OPTIONS] --node-id <HOST_IDENTIFIER_PREFIX>
|
|||
| | `--object-store` | _See [configuration options](/influxdb3/core/reference/config-options/#object-store)_ |
|
||||
| | `--admin-token-recovery-http-bind` | _See [configuration options](/influxdb3/core/reference/config-options/#admin-token-recovery-http-bind)_ |
|
||||
| | `--admin-token-recovery-tcp-listener-file-path` | _See [configuration options](/influxdb3/core/reference/config-options/#admin-token-recovery-tcp-listener-file-path)_ |
|
||||
| | `--admin-admin-token-file` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#admin-token-file)_ |
|
||||
| | `--admin-token-file` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#admin-token-file)_ |
|
||||
| | `--aws-access-key-id` | _See [configuration options](/influxdb3/core/reference/config-options/#aws-access-key-id)_ |
|
||||
| | `--aws-allow-http` | _See [configuration options](/influxdb3/core/reference/config-options/#aws-allow-http)_ |
|
||||
| | `--aws-credentials-file` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#aws-credentials-file)_ |
|
||||
|
|
|
@ -67,6 +67,8 @@ influxdb3 create token \
|
|||
> offline permission tokens file easy, but it is not required.
|
||||
> You can write or generate your own permission tokens file using the
|
||||
> [required JSON schema](#offline-permission-tokens-file-schema).
|
||||
> To ensure that your tokens are secure, we recommend using a strong and
|
||||
> randomized hashing algorithm.
|
||||
|
||||
> [!Important]
|
||||
> #### Token file permissions
|
||||
|
|
|
@ -39,7 +39,7 @@ influxdb3 serve [OPTIONS] \
|
|||
| :--------------- | :--------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| | `--admin-token-recovery-http-bind` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#admin-token-recovery-http-bind)_ |
|
||||
| | `--admin-token-recovery-tcp-listener-file-path` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#admin-token-recovery-tcp-listener-file-path)_ |
|
||||
| | `--admin-admin-token-file` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#admin-token-file)_ |
|
||||
| | `--admin-token-file` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#admin-token-file)_ |
|
||||
| | `--aws-access-key-id` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#aws-access-key-id)_ |
|
||||
| | `--aws-allow-http` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#aws-allow-http)_ |
|
||||
| | `--aws-credentials-file` | _See [configuration options](/influxdb3/enterprise/reference/config-options/#aws-credentials-file)_ |
|
||||
|
|
|
@ -36,12 +36,14 @@ influxdb3 create token --admin \
|
|||
```
|
||||
|
||||
> [!Note]
|
||||
> #### You can write or generate your own permission tokens file
|
||||
> #### You can write or generate your own admin tokens file
|
||||
>
|
||||
> The `influxdb3 create token --admin --offline` command makes generating
|
||||
> offline admin token files easy, but it is not required.
|
||||
> You can also write or generate your own admin token files using the
|
||||
> [required JSON schema](#offline-admin-token-file-schema).
|
||||
> [required JSON schema](#offline-admin-token-file-schema).
|
||||
> To ensure that your tokens are secure, we recommend using a strong and
|
||||
> randomized hashing algorithm.
|
||||
|
||||
> [!Important]
|
||||
> #### Token file permissions
|
||||
|
|
Loading…
Reference in New Issue