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

   ## Problem
   
   `AliyunClientFactory` caches OpenAPI clients by credential ID and region, 
but cloud credential updates and deletes do not invalidate that cache. After 
AK/SK rotation, requests can continue using the stale client until process 
restart.
   
   ## Scope
   
   - Release all cached Aliyun clients for a credential after a successful 
update or delete.
   - Keep the invalidation lifecycle inside the credential service path.
   - Add focused tests for update/delete invalidation.
   
   ## Track
   
   Track 1: Control Plane cloud-provider credential lifecycle.


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