Google App Engine Admin vs Application Admin -


I am creating an application to deploy on GAE. This is a shopping application, and the user will be the administrator who will have to log in the application and the order of the incoming order will be processed. My question is, in Google's perspective, an administrator's role is greater than the person who manages the application in order to bring it up or down, or change the datastore, the ability to see the console, is it right? ?

I am asking because I am not sure that I want to allocate those people who will order the GAE side of the house as an administrator, I am thinking that from within my application, I Users should have their own roles, and those people should be assigned as an administrator in the application because they do not have to mess with planned apps or app settings etc.

Does this sound like a sensible approach?

Yes it's right you are right that the APA is responsible for the 'administrator' program in the app, not For that app. To distinguish your app-level administrator from normal users, you need your own authorization plan.


Comments

Popular posts from this blog

graphviz - size of node with shape=circle -

android - TCP sending with Unity -

properties - C#: How to set default value for a property in a partial class? -