forked from p15670423/monkey
Merge pull request #927 from guardicore/minor-monkey-zoo-docs
monkey_zoo: minor fixes to monkey_zoo docs
This commit is contained in:
commit
b191eff2b3
|
@ -58,13 +58,13 @@ Requirements:
|
||||||
To deploy:
|
To deploy:
|
||||||
1. Configure service account for your project:
|
1. Configure service account for your project:
|
||||||
|
|
||||||
a. Create a service account (GCP website -> IAM -> service accounts) and name it “your\_name-monkeyZoo-user”
|
a. Create a service account (GCP website -> IAM & Admin -> Service Accounts -> + CREATE SERVICE ACCOUNT) and name it “your\_name-monkeyZoo-user”
|
||||||
|
|
||||||
b. Give these permissions to your service account:
|
b. Give these permissions to your service account:
|
||||||
|
|
||||||
**Compute Engine -> Compute Network Admin**
|
**Compute Engine -> Compute Network Admin**
|
||||||
and
|
and
|
||||||
**Compute Engine -> Compute Instance Admin**
|
**Compute Engine -> Compute Instance Admin (v1)**
|
||||||
and
|
and
|
||||||
**Compute Engine -> Compute Security Admin**
|
**Compute Engine -> Compute Security Admin**
|
||||||
and
|
and
|
||||||
|
@ -74,10 +74,12 @@ To deploy:
|
||||||
|
|
||||||
**Project -> Owner**
|
**Project -> Owner**
|
||||||
|
|
||||||
c. Download its **Service account key** in JSON and place it in **/gcp_keys** as **gcp_key.json**.
|
c. Create and download its **Service account key** in JSON and place it in **monkey_zoo/gcp_keys** as **gcp_key.json**.
|
||||||
2. Get these permissions in monkeyZoo project for your service account (ask monkey developers to add them):
|
|
||||||
|
2. Get these permissions in the monkeyZoo project (guardicore-22050661) for your service account (ask monkey developers to add them):
|
||||||
|
|
||||||
a. **Compute Engine -\> Compute image user**
|
a. **Compute Engine -\> Compute image user**
|
||||||
|
|
||||||
3. Change configurations located in the
|
3. Change configurations located in the
|
||||||
../monkey/envs/monkey\_zoo/terraform/config.tf file (don’t forget to
|
../monkey/envs/monkey\_zoo/terraform/config.tf file (don’t forget to
|
||||||
link to your service account key file):
|
link to your service account key file):
|
||||||
|
|
Loading…
Reference in New Issue