polyzos opened a new issue, #1989: URL: https://github.com/apache/fluss/issues/1989
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description Currently, when connecting to filesystems like S3, users add their secrets. However, currently these secrets are exposed in the logs, which might be undesirable for security reasons. <img width="2471" height="597" alt="Image" src="https://github.com/user-attachments/assets/87edd297-9e02-4514-818f-ea3ca24c246e" /> We could implement a simple masking mechanism, i.e if my access key is AS7124FSDFER, only expose some initial letters and mask the others, i.e, AS7*******. This way, users can both verify the right access key is used, but it's also not exposed as a whole. ### Willingness to contribute - [ ] 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]
