Open znewman01 opened 2 years ago
Java (Maven Central)
+1
You are one step ahead of me @znewman01, like it!
For go my plan is that we generate the go code in this repository as part of a CI job, this is a pattern I'm used to and it works well. I will also work with the secure systems lab to do the same for the DSSE code so we don't need to replicate that code generation here.
When writing a client library for Sigstore, you'll need access to the protos. Manually copying them in is tedious and error-prone.
Instead, we should publish
sigstore-protos
libraries in a language-idiomatic way (e.g., on a popular package repository).The languages that will need this:
We'll probably want advice from representatives of each community, since no maintainer on this repo understands best practices for all of these languages unless somebody has weird hobbies they're not telling me about.