Skip to content

Commit

Permalink
e2e/sharded: temporarily disable service account lookup
Browse files Browse the repository at this point in the history
Signed-off-by: Dr. Stefan Schimanski <[email protected]>
  • Loading branch information
sttts committed Jan 26, 2025
1 parent 6663f2e commit e5b9ad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/sharded-test-server/shard.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ func newShard(ctx context.Context, n int, args []string, standaloneVW bool, serv
"--requestheader-extra-headers-prefix=X-Remote-Extra-",
fmt.Sprintf("--service-account-key-file=%s", filepath.Join(workDirPath, ".kcp/service-account.crt")),
fmt.Sprintf("--service-account-private-key-file=%s", filepath.Join(workDirPath, ".kcp/service-account.key")),
// TODO(sttts): remove this flag as soon as we have service account token lookup configured.
"--service-account-lookup=false",
"--audit-log-path", auditFilePath,
fmt.Sprintf("--shard-external-url=https://%s:%d", hostIP, 6443),
fmt.Sprintf("--tls-cert-file=%s", filepath.Join(workDirPath, fmt.Sprintf(".kcp-%d/apiserver.crt", n))),
Expand Down

0 comments on commit e5b9ad7

Please sign in to comment.