forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accurately document system test permissions. (googleapis#3795)
- Loading branch information
1 parent
5f16c1f
commit 86a83a4
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|