Skip to content

Commit

Permalink
Added additional guidance for GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
claffin authored Jul 4, 2021
1 parent 75a0fea commit dc8a87d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ You can now use GCP as a proxy provider, below details of the environment variab

``GCP_PROJECT`` - GCP project ID where to create proxy instances.

``GCP_SERVICE_ACCOUNT_KEY`` - the service account key to allow CloudProxy access to your account. Please note this is not the path to the key, but the key itself.
``GCP_SERVICE_ACCOUNT_KEY`` - the service account key to allow CloudProxy access to your account. Please note this is not the path to the key, but the key itself.

The easiest method to set the ``GCP_SERVICE_ACCOUNT_KEY`` is to use a shell variable. For example, ``GCP_KEY=$(cat /path/to/service_account.json)`` and then use the new variable ``$GCP_KEY``.

#### Optional:
``GCP_MIN_SCALING`` - this is the minimal proxies you require to be provisioned. Default value: 2
Expand All @@ -54,4 +56,4 @@ You can now use GCP as a proxy provider, below details of the environment variab

``GCP_IMAGE_PROJECT`` - this sets the project of the image family the instance is deployed with. The default image family project is ubuntu-os-cloud. Default value: ubuntu-os-cloud

``GCP_IMAGE_FAMILY`` - this sets the image family the instance is deployed with. The default image family is Ubuntu 20.04 LTS Minimal. Default value: ubuntu-minimal-2004-lts
``GCP_IMAGE_FAMILY`` - this sets the image family the instance is deployed with. The default image family is Ubuntu 20.04 LTS Minimal. Default value: ubuntu-minimal-2004-lts

0 comments on commit dc8a87d

Please sign in to comment.