谷歌身份感知代理提供商
Backstage 允许将验证用户身份的责任卸载给谷歌 HTTPS 负载平衡器&。IAP利用后者的身份验证支持。
本教程展示了如何在坐在Backstage前的 IAP 上使用身份验证。
假设 IAP 已在配置为从后端为前端应用程序提供服务的 Backstage 实例前提供流量。
配置
让我们先添加以下内容auth
配置中的app-config.yaml
或app-config.production.yaml
或类似内容:
auth:
providers:
gcp-iap:
audience: '/projects/<project number>/global/backendServices/<backend service id>'
jwtHeader: x-custom-header # Optional: Only if you are using a custom header for the IAP JWT