I have a scenario where a customer wants to host an application I wrote on App Engine on his own Google Cloud tenant.
Given the customer is of course admin on his tenant, even though it seems that appcfg.py download_app
is no longer supported / deprecated, it's still possible to download source code via Cloud Debugger or by directly accessing the Cloud Storage Buckets.
So the question is a) is there a way to prevent this (I guess no, not if the customer has admin access) or b) are there any suggestions / best practice approaches to this problem?