zhangyue19921010 commented on issue #10959: URL: https://github.com/apache/druid/issues/10959#issuecomment-793418743
As far as I know, Druid maybe could not ingest and encrypt data after ingest and decrypt data during query. But I think you can use `druid-basic-security` extension to control access and protect your local data(https://druid.apache.org/docs/0.17.0/development/extensions-core/druid-basic-security.html). As for data in DeepStorage you can enable `druid.storage.sse.type` for S3(https://druid.apache.org/docs/0.17.0/development/extensions-core/s3.html#server-side-encryption) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
