Skip to content

Fix WithAuthCredentialsFile usage#740

Closed
Bobi-Wan wants to merge 1 commit intogardener:mainfrom
Bobi-Wan:dev/fix-gcp-credential-parsing
Closed

Fix WithAuthCredentialsFile usage#740
Bobi-Wan wants to merge 1 commit intogardener:mainfrom
Bobi-Wan:dev/fix-gcp-credential-parsing

Conversation

@Bobi-Wan
Copy link
Copy Markdown
Contributor

@Bobi-Wan Bobi-Wan commented Jan 8, 2026

What this PR does / why we need it:
A previous PR incorrectly set the credential file we use for GCP as type ServiceAccount. This breaks out pipelines, as we actually use credentials of type external account (workflow identity federation). The fix is added here.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:
If an external Inventory adopter was to use a normal GCP service account credential file (type: service_account), this fix would break HIS pipeline, but the impact here is minor.
Just in case, an issue has been created here:
#739

Release note:

…ServiceAccount to ExternalAccount (we use workload identity, which uses an external_account type for it's credential files
@Bobi-Wan Bobi-Wan requested a review from a team as a code owner January 8, 2026 12:47
@gardener-robot gardener-robot added needs/review Needs review size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 8, 2026
@Bobi-Wan Bobi-Wan closed this Jan 8, 2026
@Bobi-Wan
Copy link
Copy Markdown
Contributor Author

Bobi-Wan commented Jan 8, 2026

The credential file type was correct, there is a bug in the GCP storage client we use that we actually hit:
googleapis/google-cloud-go#13531

@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Jan 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs/review Needs review size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. status/closed Issue is closed (either delivered or triaged)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants