Pikady commented on issue #1989: URL: https://github.com/apache/fluss/issues/1989#issuecomment-3541741358
Hi, @polyzos . I'd like to propose and implement a solution. My plan is: - Create a MaskedValue wrapper class in fluss-common. Any sensitive string wrapped with MaskedValue.of(secret) will be automatically masked when logged, making the developer's job easy and the code clean. - Update the S3 code to use this new wrapper for the accessKey. If this plan is ok, please assign this issue to me. I'm willing to submit a PR! -- 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]
