Conversation
The action authenticated gcloud with a service account JSON key passed in as the gcloud-auth input. It now impersonates depot-ci@ironcore-dev-1 through the github-actions WIF pool, the same way the docker workflow already does. The input is gone, so this is a v2; callers need id-token: write on the job and pull-requests: write for the reaction steps.
|
Merging this PR will move these workflow tags: |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 1a4b8cb |
Member
Author
|
You can see it working in https://github.com/IronCoreLabs/workflows/actions/runs/33773732459/job/100710133981?pr=177, in the |
BobWall23
approved these changes
Sep 3, 2026
This was referenced Sep 3, 2026
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.
The action authenticated gcloud with a service account JSON key passed in as the gcloud-auth input. It now impersonates depot-ci@ironcore-dev-1 through the github-actions WIF pool, the same way the docker workflow already does. The input is gone, so this is a breaking v2; callers need id-token: write on the job and pull-requests: write for the reaction steps.
Callers migrate by dropping the input and adding to the job:
Consumer PRs for ironcore-alloy, cmk-s3-proxy, tenant-security-client-{go,java,nodejs} follow once the tag exists.
rust-ci-test.yaml'sstart_tspjob exercises the v2 action in this PR's CI.