Done
Details
Assignee
Yaroslav KiriakYaroslav KiriakReporter
Taras SpashchenkoTaras SpashchenkoPriority
P2Story Points
0.5Sprint
NoneDevelopment Team
EurekaFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Yaroslav Kiriak
Yaroslav KiriakReporter
Taras Spashchenko
Taras SpashchenkoPriority
Story Points
0.5
Sprint
None
Development Team
Eureka
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created April 11, 2024 at 12:32 PM
Updated June 12, 2024 at 12:57 PM
Resolved June 12, 2024 at 12:57 PM
Use the folio-integration-kong library to support HTTPS access to Kong
module should support the following configuration paramenters
a configuration parameter enabling TLS for the Kong client.
a configuration parameter specifying the file path of the trust store to be utilized.
a configuration parameter for the password of the trust store.
When Web/HTTP clients send requests proxied by AWS application load balancers, there is no need for a trust store containing the ALB's certificate, as all ALBs utilize "Public Trusted Certificates" from trusted CAs. In these scenarios, configure Web/HTTP clients with TLS enabled, omitting the trust store path, password, and type.
Enhance the setup of Web/HTTP clients to support "Public Trusted Certificates" without requiring a certificate and a trust store.