Add signing config parsers by loosebazooka · Pull Request #956 · sigstore/sigstore-java

@loosebazooka

Summary

First part of #954

Add in class to store the signing config to later plumb into our client parts

Release Note

Documentation

aaronlew02

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall.

@loosebazooka

Signed-off-by: Appu Goundan <appu@google.com>

Hayden-IO

* @param apiVersions an list of api version this clients supports
* @return A service if found
*/
static Optional<Service> select(List<Service> services, List<Integer> apiVersions) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aaronlew02

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.