sigstore-java icon indicating copy to clipboard operation
sigstore-java copied to clipboard

Make sigstorePublicDefaults versioned API

Open vlsi opened this issue 2 years ago • 0 comments

Description

KeylessSigner.builder().sigstorePublicDefaults().build() is nice, however, it makes it hard to peek into the results, as the client have no guarantees on which "defaults" are selected, and the defaults might even change as sigstore-java is updated.

WDYT of making the API like KeylessSigner.builder().sigstorePublicDefaults(SIGSTORE_DEVAULTS_V1).build()?

vlsi avatar Aug 28 '22 10:08 vlsi