add support for new circleci root issuer#2278
Merged
Merged
Conversation
Contributor
Author
|
relates to because for python trusted publishing we will only be using root issuer |
Signed-off-by: meeech <4623+meeech@users.noreply.github.com>
Before we were pointing to an API endpoint where you would get all the jobs in that workflow, and then you could manually find the job in the list. We've since introduced an easier redirect way of going via the front end. I think this is better. Nothing changes about the other API based info to lookup https://app.circleci.com/workflow/{workflow-uuid}/job/{job-uuid} Signed-off-by: meeech <4623+meeech@users.noreply.github.com>
f971e5c to
7be7ea5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2278 +/- ##
===========================================
- Coverage 57.93% 44.96% -12.98%
===========================================
Files 50 72 +22
Lines 3119 4686 +1567
===========================================
+ Hits 1807 2107 +300
- Misses 1154 2343 +1189
- Partials 158 236 +78 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Hayden-IO
approved these changes
Jan 29, 2026
Hayden-IO
left a comment
Contributor
There was a problem hiding this comment.
Thanks! I'll get this rolled out to staging and prod tomorrow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
You can now generate a oidc token from circleci with a root issuer - oidc.circleci.com
updated the oid-info as well to reference a new easier path to the job that generated the token
Release Note