Skip to content

Add PEM Certificate Support for Jolokia TLS Configuration #1153

@cezarpaulo16

Description

@cezarpaulo16

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:

Metadata

Metadata

Labels

PoC/AgentTasks related to new generation of ecchronos as an agentenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions