-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add X509CA implementation #145
Conversation
Signed-off-by: Max Lambrecht <[email protected]>
@@ -0,0 +1,51 @@ | |||
-----BEGIN RSA PRIVATE KEY----- |
Check failure
Code scanning / Trivy
Asymmetric Private Key
Signed-off-by: Max Lambrecht <[email protected]>
Signed-off-by: Max Lambrecht <[email protected]>
Signed-off-by: Max Lambrecht <[email protected]>
Signed-off-by: Max Lambrecht <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a first pass through and its looking pretty good! Most of my comments are either questions or nitpicks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty good for me, left only one super picky comment. Just waiting on others to review it so I can approve. Great job, as always ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of work here. Overall all look great. Just some minors
Signed-off-by: Max Lambrecht <[email protected]>
Signed-off-by: Max Lambrecht <[email protected]>
Signed-off-by: Max Lambrecht <[email protected]>
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🦾
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍰
Pull request check list
Affected functionality
Defines an interface for issuing X.509 Certificates and a disk-based implementation.
Add the
providers
configuration for the Server.Defines a
Catalog
for managingProviders
.Description of change
Add
cryptoutil
package for parsing and generating certificates and keys.Which issue this pull requests fixes
Fixes GLCP-42539