Trusted publishing: support for GitLab CI · Issue #13575 · pypi/warehouse (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
Per #12465 (comment): GitLab now supports a customizable aud
for their CI-issued identity tokens, meaning that it should be possible to integrate them as a provider of trusted publishers!
Some initial tasks:
- Extract some GitLab OIDC tokens and inspect their claim set
- Determine the appropriate set of fields/claim constraints to expose to users
From there, the actual development tasks on this should look similar to the tasks enumerated in #13551.