Skip to content

Commit 774f75c

Browse files
committed
e2e/sharded: temporarily disable service account lookup
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
1 parent 6663f2e commit 774f75c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmd/sharded-test-server/shard.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ 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+
// TODO(sttts): remove this flag as soon as we have service account token lookup configured.
93+
fmt.Sprintf("--service-account-lookup=false"),
9294
"--audit-log-path", auditFilePath,
9395
fmt.Sprintf("--shard-external-url=https://%s:%d", hostIP, 6443),
9496
fmt.Sprintf("--tls-cert-file=%s", filepath.Join(workDirPath, fmt.Sprintf(".kcp-%d/apiserver.crt", n))),

0 commit comments

Comments
 (0)