Skip to content

Commit 59d30ee

Browse files
authored
proxy: Update proxy for IMDSv2 auth (#10260)
close #10261, close #10262 Update proxy for IMDSv2 auth Signed-off-by: JaySon-Huang <tshent@qq.com>
1 parent 0cc9a2a commit 59d30ee

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

contrib/tiflash-proxy-next-gen

tests/docker/next-gen-config/tidb.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
# Enable disagg tiflash for next-gen
1616
disaggregated-tiflash = true
1717

18-
# setup keyspace for tidb
19-
keyspace-name = "a"
18+
# After https://github.com/pingcap/tidb/pull/61752, the next-gen cluster requires a SYSTEM keyspace tidb.
19+
# Now tests are ran on the SYSTEM keyspace tidb.
20+
keyspace-name = "SYSTEM"
2021

2122
enable-telemetry = false
2223
temp-dir = "/data/tmp"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Refer to https://gist.github.com/JaySon-Huang/c5fd4aaabbfed73d0bc216ff49e04ba2#build-the-docker-image-for-running-ci-on-rockylinux-9
2+
Dockerfile-tiflash-ci-base-20250529
3+
*.rocky9.yaml

0 commit comments

Comments
 (0)