Skip to content
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

ARC-1234: Keygenerator for Signing and Encryption Keys #11

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

thomasrichner-oviva
Copy link
Contributor

  • added key-generator
  • clean up configuration to some degree
  • fix logging configuration, now properly logs JSON
  • setup uber-jar assembly

In short: It's now decent enough to run on its own :)

Copy link

sonarqubecloud bot commented Feb 6, 2024

Quality Gate Failed Quality Gate failed

Failed conditions

16.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Copy link
Contributor

@michelealbanese-oviva michelealbanese-oviva left a comment

Choose a reason for hiding this comment

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

looks solid 🪨 a couple of minor suggestions, non-blocking

<version>0.0.1-SNAPSHOT</version>
</parent>

<artifactId>esgen</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd add a description, it is not clear to me what this is about at a first glance

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will do in follow up!

}
}

public void run() throws JOSEException, IOException { // your business logic goes here...
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
public void run() throws JOSEException, IOException { // your business logic goes here...
public void run() throws JOSEException, IOException {

leftover?

@thomasrichner-oviva thomasrichner-oviva merged commit b68e510 into main Feb 6, 2024
6 of 7 checks passed
@thomasrichner-oviva thomasrichner-oviva deleted the feature/arc-1234 branch February 8, 2024 16:47
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