btlqql opened a new pull request, #2028: URL: https://github.com/apache/rocketmq-dashboard/pull/2028
## What is the purpose of the change Fix #1998. The local K8s certificate management contract required non-blank name, namespace, cluster and issuer on creation, but partial updates accepted blank strings for those same fields. A successful update could persist an unusable certificate record with missing identity metadata. ## Brief changelog - K8sCertService.updateCert: reject blank name, namespace, cluster and issuer with a 400 instead of persisting them ## How was this patch verified - Code review of the partial-update branches - `git diff --check` clean -- 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]
