You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()?
The text was updated successfully, but these errors were encountered:
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()
?The text was updated successfully, but these errors were encountered: