Add documentation for AUTH_PUBLIC_OR_INTERNAL

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=200259762
This commit is contained in:
jianglai 2018-06-12 12:23:36 -07:00 committed by Ben McIlwain
parent d1d13799d1
commit 98d8d8886d

View file

@ -122,6 +122,11 @@ make sense. A master enumeration lists all the valid triplets. They are:
authenticated user. The method is `INTERNAL`, the minimum level is `APP`,
and the user policy is `IGNORED`.
* `AUTH_PUBLIC_OR_INTERNAL`: Allows anyone access, as long as they use OAuth to
authenticate. Also allows access from App Engine task-queue. Note that OAuth
client ID still needs to be whitelisted in the config file for OAuth-based
authentication to succeed. This is mainly used by the proxy.
### Action setting golden files
To make sure that the authentication and authorization settings are correct for