Use latest version of sigstore/policy-controller#93
Conversation
|
Hi @jkylekelly , I was just about to test artifact-attestations, when I saw this PR. I have looked quickly at the upstream helm chart and it looks very similar. Now that the feature is upstream, is there any need for this helm chart at all? I assume you will archive https://github.com/github/policy-controller as well. I guess the core question is, can I use everything upstream instead? |
|
Tried using the upstream helm chart according to this PR, but I'm unable to validate the attestation. Sorry for hijacking the comments for this PR, it's not my intention. I'm hoping this will help the next person that might want to try this out. But I assume it's still something that is missing, or I'm just missing something in my upstream config. I changed into using |
|
Hi @nissessenap, Currently, we recommend to continue using github/policy-controller to verify gh artifact attestations from private repositories. But yes, we do plan to deprecate github/policy-controller now that we've upstreamed bundle support to sigstore/policy-controller. We'll update our helm-charts once policy-controller merges this bug fix PR and cuts a new release. There will also (likely) be a minor change to our template Adding Hope this helps! |
|
Ah that is great @jkylekelly , thanks a lot for your quick answer. |
This pull request updates the repository to align with the upstream Sigstore Policy Controller and improves documentation consistency. The most important changes include updating references from GitHub's temporary fork of the Policy Controller to the official Sigstore repository, version upgrades, and documentation adjustments.