Plans to add Google Cloud Artifact Registry support for the recently announced Dependabot OIDC authentication? #187481
Replies: 3 comments
-
|
Today Dependabot OIDC auth is only supported for registries hosted on AWS CodeArtifact, Azure DevOps Artifacts, and JFrog Artifactory Google Cloud Artifact Registry isn’t listed/supported.
|
Beta Was this translation helpful? Give feedback.
-
|
Hi Current OIDC support statusAs of the official Dependabot documentation and the GitHub changelog, OIDC authentication for Dependabot is currently documented only for the following private registry providers:
These are the only providers explicitly supported for OIDC authentication in the current docs. :contentReference[oaicite:0]{index=0} The documentation states that Dependabot can use OIDC to authenticate with private registries that use What that means for Google Cloud Artifact RegistryAt this time there is no official support listed for using Dependabot OIDC authentication with Google Cloud Artifact Registry (GAR). The current options remain:
Google Cloud itself supports Workload Identity Federation and OIDC token flows for accessing Artifact Registry in general, but that does not automatically translate into Dependabot support without specific integration in Dependabot. :contentReference[oaicite:2]{index=2} Why this might be the caseThe initial rollout of OIDC for Dependabot clearly focused on providers with the broadest enterprise usage and existing integration patterns (AWS, Azure, JFrog). GitHub’s implementation appears to require provider-specific parameter support in the Dependabot configuration ( There’s also discussion in the Dependabot repo about extending custom auth flows and OIDC support more broadly, but nothing official has landed for GAR yet. :contentReference[oaicite:4]{index=4} Practical recommendations
Hope this helps clarify the current state of support. |
Beta Was this translation helpful? Give feedback.
-
|
more power to google. what could go wrong |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
On the announcement of OIDC support in dependabot (https://github.blog/changelog/2026-02-03-dependabot-now-supports-oidc-authentication/), I noticed only AWS, Azure and Jfrog repositories were supported. I wonder what about Google Cloud Artifact Registry?
Beta Was this translation helpful? Give feedback.
All reactions