Skip to content

Commit

Permalink
Accurately document system test permissions. (googleapis#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored and landrito committed Aug 22, 2017
1 parent 5f16c1f commit 86a83a4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,12 @@ Running System Tests
can be downloaded directly from the developer's console by clicking
"Generate new JSON key". See private key
`docs <https://cloud.google.com/storage/docs/authentication#generating-a-private-key>`__
for more details. In order for Logging system tests to work, the Service Account
will also have to be made a project Owner. This can be changed under "IAM & Admin".
for more details.

- In order for Logging system tests to work, the Service Account
will also have to be made a project ``Owner``. This can be changed under
"IAM & Admin". Additionally, ``[email protected]`` must be given
``Editor`` permissions on the project.

- Examples of these can be found in ``system_tests/local_test_setup.sample``. We
recommend copying this to ``system_tests/local_test_setup``, editing the
Expand Down

0 comments on commit 86a83a4

Please sign in to comment.