prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.76k stars 5.29k forks source link

[Feature Request] Easier Way to configure Secure Internal Communication #16638

Open rubenssoto opened 2 years ago

rubenssoto commented 2 years ago

Hello,

I'm trying to configure password file auth in presto, but before that I need to enable secure internal communication. Im trying to create the env on kubernetes and Its been very difficult to configured.

https://prestodb.io/docs/current/security/internal-communication.html

I cant issue a certificate for every pod and my pod will run on aws spot machines, so the pods could die anytime.

Trino has a much easier way to do the same think, prestodb could has the same?

https://trino.io/docs/current/security/internal-communication.html

rubenssoto commented 2 years ago

@rohanpednekar