btlqql opened a new issue, #2653: URL: https://github.com/apache/rocketmq-dashboard/issues/2653
### Problem When an authenticated data source is edited, the form validates username/password or bearer-token fields before saving metadata. Those credentials are only used by the modal connection test and are intentionally not persisted, so a harmless name or endpoint edit forces the user to re-enter credentials that the save operation will discard. ### Expected behavior Metadata edits should validate only persisted fields. Connection tests should continue to require the credentials appropriate to the selected authentication mode. ### Proposed fix Separate save validation from connection-test validation and add regression coverage for editing a bearer-token data source without re-entering its token. -- 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]
