Conversation
|
with the following commit, IT WORKS
adding one additional shortcoming to solve: we need o avoid |
|
tested today with a multi-module build: currently, each module (having its own classloader) has its own sigstore signature sessions, then an OIDC flow. Not the best UX, but IMHO the 10 minutes timespan is the most important shortcoming issue to solve, that will also solve the multi-module experience another key aspect to solve is adding sigstore signature verification to pgpverify-maven-plugin or equivalent. From a UX perspective, filing the keys map (which in sisgstore is not a key id but an OIDC identity) with checked data remains hard... |
remaining known limitation: OIDC auth required on each module, even when plugin put as extension |
|
@hboutemy can this PR be removed? Is this still valid? |
|
@hboutemy ping ^ |
PoC using sigstore-java that does all the heavy sigstore work: https://github.com/sigstore/sigstore-java
GpgSignAttachedMojo.javalogic to createSigstoreSignAttachedMojo.java(I will probably refactorGpgSignAttachedMojo.javalater to make algorithm independant from signature details more visible: extract FilesCollector #45 )