1
0
mirror of synced 2025-12-22 03:16:52 -05:00

List required OIDC endpoints for Google Cloud Platform (#53760)

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
This commit is contained in:
Ryosuke Nakayama
2025-01-07 05:53:58 +09:00
committed by GitHub
parent 2f6c20104d
commit cc2b148b11

View File

@@ -29,6 +29,16 @@ This guide gives an overview of how to configure GCP to trust {% data variables.
{% data reusables.actions.oidc-on-ghecom %}
{% ifversion ghes %}
{% data reusables.actions.oidc-endpoints %}
<!-- This note is indented to align with the above reusable. -->
> [!NOTE]
> Google Cloud Platform does not have fixed IP ranges defined for these endpoints.
* Make sure that the value of the issuer claim that's included with the JSON Web Token (JWT) is set to a publicly routable URL. For more information, see [AUTOTITLE](/enterprise-server@latest/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect).
{% endif %}
## Adding a Google Cloud Workload Identity Provider
To configure the OIDC identity provider in GCP, you will need to perform the following configuration. For instructions on making these changes, refer to [the GCP documentation](https://github.com/google-github-actions/auth).