简体   繁体   English

如何授予对 App Engine 创建的另一个 VM 的访问权限?

[英]How to give access to another one of the VM created by App Engine?

I have an web app (ReactJS) deployed in Google App Engine.我在 Google App Engine 中部署了一个 web 应用程序 (ReactJS)。

Problem: The web app needs to be passed to security audit.问题: web app需要通过安全审计。 Now they are asking for the internal.network configuration of the VM where the app is deployed so that they can access the VM and perform greybox testing.现在他们要求提供部署应用程序的虚拟机的内部网络配置,以便他们可以访问虚拟机并执行灰盒测试。

Note: Greybox testing is the combination of whitebox and blackbox testing where some of the internal structure of the application is known.注意:灰盒测试是白盒和黑盒测试的组合,其中应用程序的某些内部结构是已知的。

With GAE flexible, you can ssh to a deployed instance.借助 GAE flexible,您可以 ssh 部署实例。 You can provide them with access credentials and instructions to ssh to deployed instances.您可以向他们提供访问凭证和 ssh 部署实例的说明。

With GAE standard, you cannot ssh to a deployed instance.使用 GAE 标准,您不能 ssh 部署实例。

For both, the VMs are maintained and updated by Google.对于这两者,虚拟机均由谷歌维护和更新。 The testers should be able to review GAE documentation to address their security concerns.测试人员应该能够查看 GAE 文档以解决他们的安全问题。

暂无
暂无

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

相关问题 谷歌计算引擎无法访问虚拟机 - Google Compute Engine Unable to Access VM 如何授予实习生访问“VM 实例”的权限? 使用@gmail.com email 地址(GCP) - How to give access to "VM Instances" to the intern? with @gmail.com email address (GCP) 如何将对谷歌应用程序引擎 flask 端点的访问限制为仅应用程序代码(或应用程序引擎服务帐户) - How to limit access to google app engine flask endpoints to just application code (or app engine service accounts) 如何使用 AzureAD Auth 从一个 Azure VM RDP 到另一个 VM? - How to RDP from one Azure VM to another with AzureAD Auth? GCP - 如何在 GCP 中查看一个 VM 成本? 在计费帐户中,我看到所有计算引擎的成本 - GCP - How to see one VM costs in GCP? In billing account I see costs of all compute engine 如何让用户访问由 GCP 项目管理的应用程序脚本 - How to give users access to app script managed by a GCP Project google app engine 上的 docusaurus 链接会导致 SEO 问题 - docusaurus links on google app engine give SEO problems 如何访问我的 App Engine 应用程序每小时/每天/每周返回的错误数? - How can I access the number of errors that my App Engine app is returning per hour/day/week? GAE - 如何在 quarkus java11 应用程序中配置从 Google App Engine 访问 Cloud SQL? - GAE - How to configure access to Cloud SQL from Google App Engine in quarkus java11 app? IAP 为 App Engine 和 Compute Engine 访问打开两个会话 - IAP opens two sessions for App Engine and Compute Engine access
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM