sigstore / sigstore-java

java clients for sigstore
Apache License 2.0
36 stars 20 forks source link

Put RekorClient and FulcioClient behind interfaces #726

Closed loosebazooka closed 1 month ago

loosebazooka commented 1 month ago

This lets them be a little more extensible if the underlying communication mechanism needs to change (grpc, http)

@sabre1041 this should help towards adding http support for fulcio.