FrankChen021 commented on PR #12950: URL: https://github.com/apache/druid/pull/12950#issuecomment-1225193650
Thanks for your contribution. I'm wondering why not combine `hiddenProperties` and the proposed `hiddenPropertiesContain` together? ```java hiddenProperties = Sets.newHashSet( "druid.s3.accessKey", "druid.s3.secretKey", "druid.metadata.storage.connector.password", "password", "key", "token", "pwd"); ``` I think this won't introduce another property for users to config. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
