简体   繁体   English

来自配置了 psc 后端的 gcp 负载均衡器的 http 流量是否安全? (对 Apigee)

[英]Is http traffic from a gcp load balancer with psc backend configured secure? (to Apigee)

I have a gcp load balancer, which terminates SSL.我有一个 gcp 负载平衡器,它终止 SSL。

I want the loadbalancer backend service to be Apigee, but prefer to avoid the hassle of installing ssl certs in Apigee.我希望负载均衡器后端服务是 Apigee,但更愿意避免在 Apigee 中安装 ssl 证书的麻烦。 Therefore, traffic from the LB to Apigee is planned to be http, not https.因此,从LB到Apigee的流量规划为http,而不是https。

The connection from the gcp lb to Apigee uses a PSC.从 gcp lb 到 Apigee 的连接使用 PSC。

Can the http traffic from the LB to Apigee be intercepted, or can it be seen as "secure"? LB 到 Apigee 的 http 流量能不能被拦截,或者说是“安全的”?

Private Service Connect(PSC) creates a secure connection between your VPC and Google or third parties using the internal.network; Private Service Connect (PSC) 使用内部网络在您的 VPC 和 Google 或第三方之间创建安全连接; it also allows you to enforce security policies for restricting unwanted traffic.它还允许您实施安全策略以限制不需要的流量。 It is always suggested to follow best practices while configuring your psc to apigee when you are implementing this on your production environments, for testing and poc purposes you can implement the above solution.当您在生产环境中实施时,始终建议您在将psc 配置为 apigee时遵循最佳实践,出于测试和 poc 目的,您可以实施上述解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 GCP HTTP/S 负载平衡器路由规则 - GCP HTTP/S Load Balancer Routing Rules 是否可以从 GCP 负载均衡器重写对后端服务(例如 Cloud Run)的传入请求? - Is it possible to rewrite an incoming request to the backend service (e.g. Cloud Run) from a GCP load balancer? GCP 负载平衡器:502 服务器错误,“failed_to_connect_to_backend” - GCP Load Balancer: 502 Server Error, "failed_to_connect_to_backend" 是否有选项将 http 流量重定向到 aws.network 负载均衡器中的 https - Is there option to redirect http traffic to https in aws network load balancer 如何使用 GCP 负载均衡器将 HTTP 重定向到 HTTPS - How to redirect HTTP to HTTPS using GCP load balancer GCP HTTP(s) 第 7 层负载均衡器中的动态 SSL 分配 - Dynamic SSL allocation in GCP HTTP(s) Layer 7 Load balancer GCP:HTTP(S) 负载平衡后端服务区域选择 - GCP: HTTP(S) Load Balancing backend service region select GCP - 全局负载均衡器没有标签 - GCP - No tags for Global Load Balancer GCP:负载均衡器重写路径 - GCP: load balancer rewrite path 如何通过 gcloud 替换 GCP Load Balancer 后端服务健康检查 - How to replace GCP Load Balancer Backend Service Health Check via gcloud
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM