Skip to content

Releases: google-github-actions/auth

v0.3.1

06 Oct 17:02
f3c3e20
Compare
Choose a tag to compare

Upgrade notice

GitHub Actions OIDC tokens are still under active development and subject to change.

In this release, the aud parameter defaults to the Google Cloud Workload Identity Provider ID. This is the default value that Google Cloud expects, so you no longer need to customize the --allowed-audiences field. The README instructions have been updated to reflect this.

If you were using v0.3.0 or earlier, you had to configure the "allowed audiences" on the Google Cloud Workload Identity Provider to be the static value of "sigstore". Setting that value to "sigstore" was a temporary workaround until GitHub rolled out configurable audiences. Now that GitHub has rolled out customizable audiences, v0.3.1+ changed the defaults. If you have an existing installation, you must revert the allowed audiences back to the default value on the Google Cloud Workload Identity Provider:

gcloud iam workload-identity-pools providers update-oidc "my-provider" \
  --location="global" \
  --workload-identity-pool="my-pool" \
  --allowed-audiences=""

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Sep 22:12
Compare
Choose a tag to compare

What's Changed

  • Add the ability to generate and export a credentials file by @sethvargo in #7

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Sep 15:40
cb396c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Sep 17:00
Compare
Choose a tag to compare

Initial release