Skip to content

Conversation

@jiparis
Copy link
Member

@jiparis jiparis commented May 31, 2024

This is the first of a set of PRs to implement keyless signing in chainloop vault and CLI.

This PR focuses on the implementation of the signing use case. The use case receives a certificate request and signs it with a configured certificate authority. It uses some of the Sigstore logic for this purpose.

Refs #865

Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
Copy link
Member

@migmartri migmartri left a comment

Choose a reason for hiding this comment

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

Awesome!

Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
@jiparis jiparis requested a review from migmartri May 31, 2024 15:42
csr []byte
}

func (s *signingUseCaseTestSuite) TestSigningUseCase_CreateSigningCert() {
Copy link
Member

Choose a reason for hiding this comment

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

nitpick: I think this is smth I asked @javirln once, but is using _ i.e TestSigningUseCase_CreateSigningCert go idiomatic?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's the suggestion from the IDE, I believe it's some "idiomatic", but I don't think there is a written rule.

jiparis added 2 commits May 31, 2024 17:55
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
@jiparis jiparis merged commit d4531ab into chainloop-dev:main May 31, 2024
@jiparis jiparis deleted the feat-plat-633-1 branch May 31, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants