Aias00 opened a new issue, #2204:
URL: https://github.com/apache/rocketmq-dashboard/issues/2204

   ## Background
   
   `RocketMQDLQProvider.resendMessages` resolves the selected Apache instance 
endpoint, but creates its short-lived `DefaultMQPullConsumer` and 
`DefaultMQProducer` without the instance `adminCredentialRef` ACL hook.
   
   On an ACL 1.0-enabled Apache RocketMQ cluster, the DLQ scan and/or resend is 
therefore anonymous and fails even though other Admin operations for the same 
selected instance authenticate successfully.
   
   ## Expected behavior
   
   The DLQ scan consumer and resend producer use the selected Apache instance 
credentials when configured. Instances without an `adminCredentialRef` keep 
their current unauthenticated behavior.
   
   ## Proposed fix
   
   Reuse `RuntimeAdminClientResolver` credential-hook resolution when creating 
the short-lived consumer and producer. Add regression coverage for configured 
and absent credentials.
   
   ## Scope
   
   Track 1 / Control Plane runtime interaction and AUTH-01 compatibility.
   


-- 
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]

Reply via email to