use token file path with Fulcio and fix unused var#1463
use token file path with Fulcio and fix unused var#1463jkhelil wants to merge 1 commit intotektoncd:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@jkhelil Either the function should be enhanced to accept other signing algorithms or should be made configurable, considering the PQC algorithms we may have to support. The failing test case uses If updating the token to RS algorithm works, Ideally we do not need the logic change in Submitted PR #1464 with the token change for reference. |
Unit tests are failing for fulcio,
I don’t fully understand all the downstream impacts here, but I do understand the root issue. With GPT’s help, I was able to fix it to unblock the release.
Could someone with Fulcio expertise please review and validate this change?
This PR fixes Fulcio token handling in pkg/chains/signing/x509/x509.go where a raw JWT string could be treated as a filesystem path, causing file-open errors during signer initialization.
Co-authored-by: GPT-5
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes