You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(signing): support top-level job_workflow_ref claim as fallback
Add support for extracting job_workflow_ref from top-level JWT claim
when not found embedded in the sub claim. This provides flexibility
for different OIDC token formats while maintaining compatibility with
Fulcio's certificate identity generation.
- Try extracting job_workflow_ref from sub claim first (primary path)
- Fall back to top-level job_workflow_ref claim if not in sub
- Add test case for top-level claim scenario
- Update documentation to clarify both extraction paths
Co-authored-by: Ona <no-reply@ona.com>
0 commit comments