mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
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:
parent
f3919e056d
commit
b9a8853f4b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue