mozilla-services / autopush-rs

Push Server in Rust
Mozilla Public License 2.0
197 stars 15 forks source link

fix: using google_project_number for OIDC authentication #763

Closed emaydeck-mozilla closed 3 weeks ago

emaydeck-mozilla commented 3 weeks ago

I was not passing in a necessary parameter for OIDC authentication. It turns out the orb differentiates between the project ID (project to make changes against) and project number (OIDC Workload Identity authorization).