Add documentation for service accounts.
Review Request #15195 — Created July 24, 2026 and submitted
This adds documentation for how to use service accounts and the service account hook, with an example.
Built the docs and viewed.
| Summary | ID |
|---|---|
| 3cd742cc92e1cbc41f45fbb61175933daec5e226 |
| Description | From | Last Updated |
|---|---|---|
|
grammar: represent -> represents |
|
|
|
Seems like this got reworded, and it now says "that you are to migrating over". How about "If you have … |
|
|
|
This line looks slightly too long. |
|
|
|
Just to demonstrate a good example, we should probably allow GET/HEAD/OPTIONS on the root as well. |
|
|
|
Resource-specific policy entries need to be one level deeper (our existing docs are not great about that): { 'resources': { … |
|
|
|
This can just be # here. |
|
Review request changed
- Commits:
-
Summary ID 47b3b4589b16193c2df8414fd763cc59cd8c507f e0f9b4f0509e7bc48ce469055c03a2413eff1096
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
-
-
Resource-specific policy entries need to be one level deeper (our existing docs are not great about that):
{ 'resources': { '*': { 'allow': ['GET', 'HEAD', 'OPTIONS'], 'block': ['*'], }, 'review_request': { '*': { 'allow': ['*'], 'block': [], }, }, 'review': { '*': { 'allow': ['*'], 'block': [], }, }, }, }