Skip to content

Commit b191eff

Browse files
authored
Merge pull request #927 from guardicore/minor-monkey-zoo-docs
monkey_zoo: minor fixes to monkey_zoo docs
2 parents 32a8c1b + 0bae2b9 commit b191eff

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

envs/monkey_zoo/docs/fullDocs.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ Requirements:
5858
To deploy:
5959
1. Configure service account for your project:
6060

61-
a. Create a service account (GCP website -> IAM -> service accounts) and name it “your\_name-monkeyZoo-user”
61+
a. Create a service account (GCP website -> IAM & Admin -> Service Accounts -> + CREATE SERVICE ACCOUNT) and name it “your\_name-monkeyZoo-user”
6262

6363
b. Give these permissions to your service account:
6464

6565
**Compute Engine -> Compute Network Admin**
6666
and
67-
**Compute Engine -> Compute Instance Admin**
67+
**Compute Engine -> Compute Instance Admin (v1)**
6868
and
6969
**Compute Engine -> Compute Security Admin**
7070
and
@@ -74,10 +74,12 @@ To deploy:
7474

7575
**Project -> Owner**
7676

77-
c. Download its **Service account key** in JSON and place it in **/gcp_keys** as **gcp_key.json**.
78-
2. Get these permissions in monkeyZoo project for your service account (ask monkey developers to add them):
77+
c. Create and download its **Service account key** in JSON and place it in **monkey_zoo/gcp_keys** as **gcp_key.json**.
78+
79+
2. Get these permissions in the monkeyZoo project (guardicore-22050661) for your service account (ask monkey developers to add them):
7980

8081
a. **Compute Engine -\> Compute image user**
82+
8183
3. Change configurations located in the
8284
../monkey/envs/monkey\_zoo/terraform/config.tf file (don’t forget to
8385
link to your service account key file):

0 commit comments

Comments
 (0)