-
Notifications
You must be signed in to change notification settings - Fork 36
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
PEM format support #303
PEM format support #303
Conversation
Codecov Report
@@ Coverage Diff @@
## master #303 +/- ##
============================================
- Coverage 75.60% 75.39% -0.21%
- Complexity 1190 1196 +6
============================================
Files 128 128
Lines 5164 5190 +26
Branches 520 527 +7
============================================
+ Hits 3904 3913 +9
- Misses 1106 1123 +17
Partials 154 154
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
...ication/src/main/java/com/ericsson/bss/cassandra/ecchronos/application/config/TLSConfig.java
Outdated
Show resolved
Hide resolved
...ication/src/main/java/com/ericsson/bss/cassandra/ecchronos/application/config/TLSConfig.java
Outdated
Show resolved
Hide resolved
.../main/java/com/ericsson/bss/cassandra/ecchronos/application/ReloadingCertificateHandler.java
Outdated
Show resolved
Hide resolved
.../main/java/com/ericsson/bss/cassandra/ecchronos/application/ReloadingCertificateHandler.java
Show resolved
Hide resolved
...ication/src/main/java/com/ericsson/bss/cassandra/ecchronos/application/config/TLSConfig.java
Outdated
Show resolved
Hide resolved
...ication/src/main/java/com/ericsson/bss/cassandra/ecchronos/application/config/TLSConfig.java
Show resolved
Hide resolved
.../main/java/com/ericsson/bss/cassandra/ecchronos/application/ReloadingCertificateHandler.java
Outdated
Show resolved
Hide resolved
.../java/com/ericsson/bss/cassandra/ecchronos/application/spring/TomcatWebServerCustomizer.java
Outdated
Show resolved
Hide resolved
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.
Please update CHANGES.md file as well.
...ication/src/main/java/com/ericsson/bss/cassandra/ecchronos/application/config/TLSConfig.java
Outdated
Show resolved
Hide resolved
...ication/src/main/java/com/ericsson/bss/cassandra/ecchronos/application/config/TLSConfig.java
Outdated
Show resolved
Hide resolved
...ication/src/main/java/com/ericsson/bss/cassandra/ecchronos/application/config/TLSConfig.java
Outdated
Show resolved
Hide resolved
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.
Thanks for the contribution.
I saw that this feature is supported in the newly released Springboot 2.7. Would be better if we could solve this by stepping the version instead. |
...om/ericsson/bss/cassandra/ecchronos/application/spring/TestTomcatWebServerCustomizerPem.java
Outdated
Show resolved
Hide resolved
9493867
to
166aefb
Compare
Thank you for your contribution |
Closes #300
Introducing configuration for certificates in PEM format for CQL client and Tomcat server.