Add details on how admins can access the registry console

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164197418
This commit is contained in:
bbilbo 2017-08-03 16:05:44 -07:00 committed by Ben McIlwain
parent f3919e056d
commit b9a8853f4b

View file

@ -73,6 +73,10 @@ whether a user was found. If not, it issues a redirect to the login page.
Likewise, other pages of the registrar console have a user policy of `PUBLIC`, Likewise, other pages of the registrar console have a user policy of `PUBLIC`,
meaning that any logged-in user can access the page. However, the code then meaning that any logged-in user can access the page. However, the code then
looks up the user to make sure he or she is associated with a registrar. looks up the user to make sure he or she is associated with a registrar.
Admins can be granted permission to the registrar console by configuring a
special registrar for internal admin use, using the `registryAdminClientId`
setting. See the [global configuration
guide](./configuration.md#global-configuration) for more details.
Also note that the user policy only applies when there is actually a user. Some Also note that the user policy only applies when there is actually a user. Some
actions can be executed either by an admin user or by an internal request coming actions can be executed either by an admin user or by an internal request coming