Skip to content

Commit

Permalink
Merge pull request #3275 from sttts/sttts-sa-lookup-stop-the-bleeding
Browse files Browse the repository at this point in the history
🌱 stop the bleeding: e2e/sharded: temporarily disable service account lookup
  • Loading branch information
kcp-ci-bot authored Jan 31, 2025
2 parents a1ce379 + 2452929 commit 4c2d106
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/sharded-test-server/shard.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ 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")),
fmt.Sprintf("--service-account-signing-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 4c2d106

Please sign in to comment.