-
Notifications
You must be signed in to change notification settings - Fork 18k
x/build/cmd/gomote: configure HTTPS load balancers for the build infrastructure #49191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Change https://golang.org/cl/359234 mentions this issue: |
For golang/go#49191. Change-Id: I1fe2fc3fff2ba9add532b9c7d447f27ac6cfc54c Reviewed-on: https://go-review.googlesource.com/c/build/+/359234 Trust: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
Change https://golang.org/cl/359479 mentions this issue: |
Change https://golang.org/cl/359480 mentions this issue: |
Also disassociate LE certs we don't need any more. For golang/go#49191. Change-Id: I74acf2f2f52fbf91670d27d91112136450f81944 Reviewed-on: https://go-review.googlesource.com/c/build/+/359479 Trust: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
We only need self-signed HTTPS on many services now. For golang/go#49191. Change-Id: I523a98b738f9cca7aeba57f7f6f66c199d99b788 Reviewed-on: https://go-review.googlesource.com/c/build/+/359480 Trust: Heschi Kreinick <heschi@google.com> Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org>
Change https://golang.org/cl/365735 mentions this issue: |
This change mounts the gomote and coordinator servers in the proper locations. Updates golang/go#47521 Updates golang/go#49191 Change-Id: I7c0054028fa928ba025b3c511701512e183894fd Reviewed-on: https://go-review.googlesource.com/c/build/+/365735 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Alexander Rakoczy <alex@golang.org>
Change https://go.dev/cl/398497 mentions this issue: |
This change updates the backend service timeout for the coordinator-internal-iap service. The default timeout is set to 30 seconds. Gomote creates will often require more than 30 seconds to reach completion. For golang/go#47521 Updates golang/go#49191 Change-Id: Ia7f3fa9ed24cfb5df143d5b45f28d7e1e94ed5b2 Reviewed-on: https://go-review.googlesource.com/c/build/+/398497 Trust: Carlos Amedee <carlos@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
The gomote authentication revamp project requires Identity Aware Proxy to be enabled for the coordinator. As part of enabling IAP, an external HTTPS load balancer must be configured to route requests to our deployments on GKE. This is a multipart project which requires changing DNS addresses and various Kubernetes and GCP configuration changes.
This is a component of the project to revamp the security model used by gomote #47521
@golang/release
The text was updated successfully, but these errors were encountered: