github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Configure via OIDC

Open fkorotkov opened this issue 1 year ago • 2 comments

Is it possible to configure access via GitHub's OIDC token?

fkorotkov avatar Sep 19 '24 00:09 fkorotkov

We really want to do that (and @maisem has looked into it) but we haven't gotten around to it yet.

bradfitz avatar Sep 19 '24 03:09 bradfitz

This would be amazing. I've been looking into a solution like this to connect GitHub Action runners to specific networks based on the subject claims in the OIDC token from GitHub. It would make it a lot easier to do these things at scale.

vegardx avatar Dec 03 '24 07:12 vegardx

Hey folks! Authenticating via OIDC workload identity federation is now available as of the v4.1.0 release.

mpminardi avatar Oct 30 '25 14:10 mpminardi