Skip to content

Commit 4c2d106

Browse files
authored
Merge pull request #3275 from sttts/sttts-sa-lookup-stop-the-bleeding
🌱 stop the bleeding: e2e/sharded: temporarily disable service account lookup
2 parents a1ce379 + 2452929 commit 4c2d106

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/sharded-test-server/shard.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ func newShard(ctx context.Context, n int, args []string, standaloneVW bool, serv
8989
"--requestheader-extra-headers-prefix=X-Remote-Extra-",
9090
fmt.Sprintf("--service-account-key-file=%s", filepath.Join(workDirPath, ".kcp/service-account.crt")),
9191
fmt.Sprintf("--service-account-private-key-file=%s", filepath.Join(workDirPath, ".kcp/service-account.key")),
92+
fmt.Sprintf("--service-account-signing-key-file=%s", filepath.Join(workDirPath, ".kcp/service-account.key")),
93+
// TODO(sttts): remove this flag as soon as we have service account token lookup configured.
94+
"--service-account-lookup=false",
9295
"--audit-log-path", auditFilePath,
9396
fmt.Sprintf("--shard-external-url=https://%s:%d", hostIP, 6443),
9497
fmt.Sprintf("--tls-cert-file=%s", filepath.Join(workDirPath, fmt.Sprintf(".kcp-%d/apiserver.crt", n))),

0 commit comments

Comments
 (0)