Commit graph

5 commits

Author SHA1 Message Date
Ben McIlwain
23310bd688 Rename whitelist -> allow list (#635)
* Rename whitelist -> allow list

* Merge branch 'master' into allowlist-denylist
2020-06-18 18:36:05 -04:00
Lai Jiang
fbedbbcf60 Remove AUTH_INTERNAL_ONLY (#393)
Endpoints annotated with AUTH_INTERNAL_ONLY used to be accessible
manually with an internal RPC tool that adds App Engine specific HTTP
headers to a request to make it look like it comes from App Engine
(hence internal). This tool is used by admins to hit such endpoints
during debugging, making them effectively AUTH_INTERNAL_OR_ADMIN.

This RPC tool has never been made available outside Google so the open
source admins do not have such ability. A recent change in the RPC tool
made this hack stop working internally as well. This PR replaces all
all occurances of AUTH_INTERNAL_ONLY with AUTH_INTERNAL_OR_ADMIN and
brings the open source build into feature parity with the internal
version.

Also fixed a few issues the router tests.
2019-12-04 12:52:18 -05:00
jianglai
98d8d8886d Add documentation for AUTH_PUBLIC_OR_INTERNAL
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=200259762
2018-06-18 18:03:29 -04:00
bbilbo
b9a8853f4b Add details on how admins can access the registry console
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164197418
2017-08-29 15:44:59 -04:00
mountford
151ae2558f Document the framework for authentication and authorization
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164181067
2017-08-29 15:42:09 -04:00