There was an error while loading. Please reload this page.
1 parent 6663f2e commit 774f75cCopy full SHA for 774f75c
1 file changed
cmd/sharded-test-server/shard.go
@@ -89,6 +89,8 @@ func newShard(ctx context.Context, n int, args []string, standaloneVW bool, serv
89
"--requestheader-extra-headers-prefix=X-Remote-Extra-",
90
fmt.Sprintf("--service-account-key-file=%s", filepath.Join(workDirPath, ".kcp/service-account.crt")),
91
fmt.Sprintf("--service-account-private-key-file=%s", filepath.Join(workDirPath, ".kcp/service-account.key")),
92
+ // TODO(sttts): remove this flag as soon as we have service account token lookup configured.
93
+ fmt.Sprintf("--service-account-lookup=false"),
94
"--audit-log-path", auditFilePath,
95
fmt.Sprintf("--shard-external-url=https://%s:%d", hostIP, 6443),
96
fmt.Sprintf("--tls-cert-file=%s", filepath.Join(workDirPath, fmt.Sprintf(".kcp-%d/apiserver.crt", n))),
0 commit comments