yyqdbngt opened a new pull request, #3431: URL: https://github.com/apache/rocketmq-dashboard/pull/3431
### Summary `CloudCredentialController` lists masked credentials with filters, creates/updates from validated DTOs and deletes by parsed id. Only the no-store secrets endpoint had a test. ### Changes - `listCredentials` forwards vendor/search/paging and applies the 1/20 defaults - A missing create/update body is rejected with `400 Cloud credential request is required` - Create maps the DTO to a `CloudCredentialVO` (name + parsed vendor) before delegating - Update and delete delegate with the request id parsed to `Long` ### Testing `mvn test -Dtest=CloudCredentialControllerTest` passes: 7 tests, 0 failures (up from 1). -- 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]
