Google Container Registry

Use a JSON service account key to use Google Cloud Platform (GCP)

Service accounts are used by applications to make authorized APIs calls on the Google Cloud Platform (GCP). In order for the Salad portal to interact with GCP through APIs, a JSON key for a service account is required.

Step 1: Generate a Google Cloud Platform JSON Key

  1. Start by logging in to your Google Cloud Platform (GCP) account.
  2. Access the GCP Console home page, Click on 'Go to project settings' to proceed.
  3. On the left navigation bar, find and select the 'Service Accounts' menu.
  4. Choose 'Create Service Account' to initiate the process.
  5. Provide a name and description for the service account, grant it the necessary access to your project, and proceed to create the account.
  6. Select the newly created service account, and navigate to the 'KEYS' tab.
  7. From the 'ADD KEY' dropdown, opt for 'Create New Key' and select JSON as the key type.Your service account key JSON file will be automatically downloaded to your local machine.

Step 2: Configure Salad Container Environment (SCE)

Access the Salad portal, Set up your SCE by selecting the private registry tab when setting the image source. In the service dropdown option, choose "Google Container Registry" and provide the following information:

  • Image name (example: us.gcr.io/{my-app}/{my-container-image}:{version/latest})
  • JSON Key (generated or downloaded in step 1)

πŸ‘

Congratulations!

You have successfully configured the private container registry using Google Container Registry. Now, you can proceed to configure and deploy your container group.