-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Story Description:
Currently, ecChronos supports TLS configuration for CQL connections using both keystore-based and PEM certificate-based authentication in the security.yml file. The CQL TLS configuration allows users to specify:
• certificate: - Path to PEM certificate file
• certificate_private_key: - Path to PEM private key file
• trust_certificate: - Path to PEM trust certificate file
However, there is no Jolokia configuration to support PEM certificate-based TLS configuration.
Current State:
Jolokia TLS configuration lacks PEM certificate support, while CQL already provides this functionality.
Proposed Enhancement:
Add support for PEM certificate-based TLS configuration to Jolokia connections
Acceptance Criteria:
[AC1]: Jolokia configuration supports PEM certificate parameters: certificate, certificate_private_key, and trust_certificate.
[AC2]: When PEM certificate parameters are provided for Jolokia, the system successfully establishes TLS connections using those certificates.
Definition of Done:
• Jolokia TLS configuration updated to support PEM certificate parameters
• Certificate handling implementation for Jolokia connections
Notes: