I am trying to build rest API's which can do cross-project management of resources. Basically trying to build a centralized app which can manage resource in other projects. Web interface and REST API to view and manage other project resources. (CloudSQL, buckets...)
I can achieve that using Compute Engine, by creating a Service Account in a management project and then creating an IAM with this Service Account in other projects. How do I achieve this using Google App Engine?