-
-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Labels
Description
pgbackrest should allow non-TLS connections to S3 servers for the following reasons:
- The gold standard Amazon S3 allows both HTTP and HTTPS requests.
- Kubernetes service meshes already provide mTLS between services so to require additional certificate management in order to connect a pgbackrest client to an S3 server via one-way TLS in a k8s cluster introduces unnecessary complexity.
- Some Kubernetes clusters encrypt traffic between nodes via IPSec thereby eliminating the need to encrypt the connection between a pgbackrest client and an in-cluster S3 server.
Consider enhancing pgbackrest to support non-TLS connections identified either by specification of an http protocol url scheme or port 80.
Reactions are currently unavailable