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

[EDGNCIP-27] - Enhance HTTP Endpoint Security with TLS and FIPS-140-2… #42

Merged
merged 10 commits into from
May 27, 2024

Conversation

azizbekxm
Copy link
Contributor

@azizbekxm azizbekxm commented May 23, 2024

https://folio-org.atlassian.net/browse/EDGNCIP-27
WebServer creation occurs in edge-common, so additional changes in particluar module for this story is not needed.

https://folio-org.atlassian.net/browse/EDGNCIP-26
OrdersOkapiClinentFactory is responsible for creating WebClients with SSL or without SSL support based on system properties that is implemented in scope of this story

Related edge-common PRs:
folio-org/edge-common#99
folio-org/edge-common#101

README.md Outdated
| `FOLIO_CLIENT_TLS_ENABLED` | `false` | Set whether SSL/TLS is enabled for Vertx Http Server |
| `FOLIO_CLIENT_TLS_TRUSTSTORETYPE` | `NA` | Set the type of the keystore. Common types include `JKS`, `PKCS12`, and `BCFKS` |
| `FOLIO_CLIENT_TLS_TRUSTSTOREPATH` | `NA` | Set the location of the keystore file in the local file system |
| `FOLIO_CLIENT_TLS_TRUSTSTOREPASSWORD` | `NA` | Set the password for the keystore |

Choose a reason for hiding this comment

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

here should be server related properties

pom.xml Show resolved Hide resolved
Copy link

@SerhiiNosko SerhiiNosko merged commit b07bd87 into master May 27, 2024
4 checks passed
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.

5 participants