Google Container Registry
Below are steps for setting up a Google Container Registry for use with Metamanagement
Last updated
Below are steps for setting up a Google Container Registry for use with Metamanagement
Last updated
Instructions for creating a new GCP project can be found .
These APIs can be enabled manually by searching for the API by name in the console or by clicking the following links:
Alternatively, for gcloud
users, the API can be enabled by running:
The new service account you create will be used by Metamanagement to orchestrate setting and unsetting of permissions on the container registry.
Head to the section in the IAM services on GCP, and:
Hit the "+ Create Service Account" button
Give the service account a memorable name -- we recommend "MM Container Permissions Setter". Hit "Create".
On the next page, add the following permissions: "Project IAM Admin", "Service Account Admin", "Viewer" (under the "Project" header), and "Service Account Key Admin". Hit "Continue".
Hit "Done".
Find the service account in the list and click the triple-dot icon under the "Actions" header. Hit "Create key" and select "JSON" when given the option.
You will be asked for this key when creating the project on Metamanagement.