简体   繁体   中英

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.

Problem: The web app needs to be passed to security audit. 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. You can provide them with access credentials and instructions to ssh to deployed instances.

With GAE standard, you cannot ssh to a deployed instance.

For both, the VMs are maintained and updated by Google. The testers should be able to review GAE documentation to address their security concerns.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM