yx9o opened a new issue, #618: URL: https://github.com/apache/rocketmq-dashboard/issues/618
## Problem The SSL settings page reads the client authentication value without subscribing to form changes. When client authentication is changed from `none` to `want` or `need`, the TrustStore configuration fields remain hidden until another component update occurs. ## Expected behavior - Hide TrustStore fields when client authentication is `none`. - Show TrustStore fields immediately when client authentication is `want` or `need`. - Hide the fields again when client authentication is changed back to `none`. ## Proposed fix Subscribe to the client authentication form value and add regression coverage for switching between all supported modes. -- 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]
