calvinjiang opened a new pull request #7728:
URL: https://github.com/apache/dolphinscheduler/pull/7728


   <!--Thanks very much for contributing to Apache DolphinScheduler. Please 
review 
https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html
 before opening a pull request.-->
   
   ## Purpose of the pull request
   
   This PR will close #7713 .
   
   ## Brief change log
   
   When requesting api interface, the class AccessLogAspect will output the 
logs about the request parameters. But somtimes the request parameters includes 
a few sensitive data like password. So I add a function to deal with the 
writing logs that contains 'password' , and then it  will convert the value of 
'password' into '****'.
   
   <!--*(for example:)*
     - *Add maven-checkstyle-plugin to root pom.xml*
   -->
   ## Verify this pull request
   This change added tests and can be verified as follows:
     - *Manually verified the change by testing locally.* 
   I manually verify the new function, and it can successfully pass through the 
test case.


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