RockteMQ-AI commented on issue #1212: URL: https://github.com/apache/rocketmq-dashboard/issues/1212#issuecomment-5212674102
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue is valid. The Aliyun client cache does not invalidate entries when cloud credentials are updated. After a credential rotation, the dashboard continues using stale clients with old credentials until they are garbage collected or the application restarts. **Root Cause:** Cache invalidation hook is missing for credential update events. **Impact:** After credential rotation, admin operations fail with authentication errors until restart; operational disruption. **Severity:** medium Adding a credential-change listener that invalidates affected cache entries is the correct approach. *Automated evaluation by RockteMQ-AI* -- 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]
