Skip to content

Commit d845990

Browse files
authored
deploy-tiproxy: Fix config section for session tokens (#2947) (#2952)
1 parent 4b90c44 commit d845990

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

en/deploy-tiproxy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ If you need to deploy TiProxy for an existing TiDB cluster, follow these steps:
7171
- name: sessioncert
7272
mountPath: /var/session
7373
config: |
74+
[security]
7475
session-token-signing-cert = "/var/session/tls.crt"
7576
session-token-signing-key = "/var/session/tls.key"
7677
```

zh/deploy-tiproxy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ summary: 了解如何在 Kubernetes 上为已有 TiDB 集群部署负载均衡 T
7171
- name: sessioncert
7272
mountPath: /var/session
7373
config: |
74+
[security]
7475
session-token-signing-cert = "/var/session/tls.crt"
7576
session-token-signing-key = "/var/session/tls.key"
7677
```

0 commit comments

Comments
 (0)