Skip to content

Commit

Permalink
admin: Restore useful commands for Google Cloud Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 27, 2023
1 parent b345e78 commit ca9f4ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/services/admin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@ Periodically review `all projects <https://console.cloud.google.com/cloud-resour
- Pelican (IAM user)
- Website Search (API key)

If an administrator lacks access to a project, run, for example:

.. code-block:: bash
gcloud projects add-iam-policy-binding ocds-172716 --member user:jmckinney@open-contracting.org --role roles/owner
If the user interface lacks access to an organization, run, for example:

.. code-block:: bash
gcloud organizations add-iam-policy-binding organizations/1015889055088 --member domain:open-contracting.org --role roles/recommender.viewer
Drive
~~~~~

Expand Down

0 comments on commit ca9f4ec

Please sign in to comment.