m/test/e2e: retrieve owner credentials in e2e test
This exercises AAA.Escrow for the initial cluster owner within our large
e2e test suite. The certificate retrieved this way is not yet used, but
is verified to be emitted for the correct public key.
Change-Id: Id33178cd223e3180d6f834c6fac94d6d657d5349
Reviewed-on: https://review.monogon.dev/c/monogon/+/290
Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
diff --git a/metropolis/test/launch/BUILD.bazel b/metropolis/test/launch/BUILD.bazel
index 3f9d8fd..eeb78b5 100644
--- a/metropolis/test/launch/BUILD.bazel
+++ b/metropolis/test/launch/BUILD.bazel
@@ -3,6 +3,7 @@
go_library(
name = "go_default_library",
srcs = [
+ "client.go",
"insecure_key.go",
"launch.go",
],
@@ -15,6 +16,7 @@
"@com_github_golang_protobuf//proto:go_default_library",
"@com_github_grpc_ecosystem_go_grpc_middleware//retry:go_default_library",
"@org_golang_google_grpc//:go_default_library",
+ "@org_golang_google_grpc//credentials:go_default_library",
"@org_golang_x_sys//unix:go_default_library",
],
)