RockteMQ-AI commented on issue #2254: URL: https://github.com/apache/rocketmq-dashboard/issues/2254#issuecomment-5303066841
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** K8s certificate provider — SAN entry normalization **Branch:** `rocketmq-studio` The `K8sCertService` and related DTOs accept SAN entries without normalization. Duplicate, blank, or whitespace-padded SAN entries can lead to inconsistent certificate configurations and unnecessary certificate re-issuance. **Proposed fix scope:** 1. Trim and deduplicate SAN entries at DTO boundary 2. Reject blank/null entries with validation 3. Normalize on persistence read/write for consistency 4. Add focused tests for edge cases (whitespace, duplicates, mixed case DNS names) --- *Automated evaluation by RockteMQ-AI* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
