Google App Engine: who is an admin? -
in app.yaml configuration file can required login: admin. question "what" or "who" admin?
in app engine console in administration -> permissions section they're talking admin. however, if add new user can choose between owner, developer , viewer.
which of admin? owner or owner+developer or three?
when working users either on own apps domain or normal google users:
- owners can supported ui.
- only owners can make changes on permissions tab (invite, change role, remove).
- developers can except changes on permissions tab.
- viewers cannot change anything.
- everyone admin before feature went live owner. (this available since version 1.4.2)
all 3 roles given admin status when application runs (i.e., users.is_current_user_admin() returns true).
Comments
Post a Comment