Skip to content

Commit

Permalink
tidb: fix config value for tiproxy (#15635)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhebox authored Jan 16, 2024
1 parent ed36d61 commit 67cbc2c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,19 +444,15 @@ Configuration items related to security.

### `session-token-signing-cert` <span class="version-mark">New in v6.4.0</span>

> **Warning:**
>
> The feature controlled by this parameter is under development. **Do not modify the default value**.
+ The certificate file path, which is used by [TiProxy](/tiproxy/tiproxy-overview.md) for session migration.
+ Default value: ""
+ Empty value will cause TiProxy session migration to fail. To enable session migration, all TiDB nodes must set this to the same certificate and key. This means that you should store the same certificate and key on every TiDB node.

### `session-token-signing-key` <span class="version-mark">New in v6.4.0</span>

> **Warning:**
>
> The feature controlled by this parameter is under development. **Do not modify the default value**.
+ The key file path used by [TiProxy](/tiproxy/tiproxy-overview.md) for session migration.
+ Default value: ""
+ Refer to the descriptions of [`session-token-signing-cert`](#session-token-signing-cert-new-in-v640).

## Performance

Expand Down

0 comments on commit 67cbc2c

Please sign in to comment.