You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/01/21 12:58:49 UTC

[GitHub] [dolphinscheduler] yc322 commented on pull request #6322: [Feature-5822][api] Add audit log

yc322 commented on pull request #6322:
URL: https://github.com/apache/dolphinscheduler/pull/6322#issuecomment-1018482814


   > > @yc322 Check the ci error, and `AuditServiceImpl#addAudit` hasn't been used.
   > 
   > I have the same question too. When will this method be used?
   
   `AuditServiceImpl#addAudit` will be called when the user action is complete.
    For example, after finish create user.  
   ````
   auditService.addAudit(loginUser, AuditResourceType.USER_MODULE, user.getId(), AuditOperationType.CREATE);
   ````
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org