fix: enable ADC for connect gateway and bump dev-tools to 1.28 - #759
Draft
apeabody wants to merge 1 commit into
Draft
fix: enable ADC for connect gateway and bump dev-tools to 1.28#759apeabody wants to merge 1 commit into
apeabody wants to merge 1 commit into
Conversation
apeabody
commented
Sep 4, 2026
Collaborator
- Configure Connect Gateway to use native Application Default Credentials (ADC) in testutils.ConnectToFleet and Cloud Build options.env. This prevents gke-gcloud-auth-plugin from invoking 'gcloud config config-helper', which crashes on Google Cloud SDK >= 573.0.0 due to upstream bug b/525047270.
- Bump cft/developer-tools to 1.28 across build configurations and Makefile.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the developer tools Docker image version from 1.25 to 1.28 across multiple build configuration files and the Makefile. It also configures the environment variable CLOUDSDK_CONTAINER_USE_APPLICATION_DEFAULT_CREDENTIALS to true in the build configurations and within the integration test utilities. The reviewer pointed out that setting this environment variable inside ConnectToFleet is redundant because it is already set globally in the package's init() function.
| t.Fatalf("Could not release creds lock: %v", err) | ||
| } | ||
| }() | ||
| os.Setenv("CLOUDSDK_CONTAINER_USE_APPLICATION_DEFAULT_CREDENTIALS", "true") |
Contributor
apeabody
force-pushed
the
fix/bumps-dev-tools-to-1-28
branch
2 times, most recently
from
September 4, 2026 22:14
0ee7433 to
7462b76
Compare
amandakarina
approved these changes
Sep 6, 2026
- Configure Connect Gateway to use native Application Default Credentials (ADC) in testutils.ConnectToFleet and Cloud Build options.env. This prevents gke-gcloud-auth-plugin from invoking 'gcloud config config-helper', which crashes on Google Cloud SDK >= 573.0.0 due to upstream bug b/525047270. - Bump cft/developer-tools to 1.28 across build configurations and Makefile.
amandakarina
force-pushed
the
fix/bumps-dev-tools-to-1-28
branch
from
September 7, 2026 21:09
7462b76 to
922bc08
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.