File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ Requirements:
58
58
To deploy:
59
59
1 . Configure service account for your project:
60
60
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”
62
62
63
63
b. Give these permissions to your service account:
64
64
65
65
** Compute Engine -> Compute Network Admin**
66
66
and
67
- ** Compute Engine -> Compute Instance Admin**
67
+ ** Compute Engine -> Compute Instance Admin (v1) **
68
68
and
69
69
** Compute Engine -> Compute Security Admin**
70
70
and
@@ -74,10 +74,12 @@ To deploy:
74
74
75
75
** Project -> Owner**
76
76
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):
79
80
80
81
a. ** Compute Engine -\> Compute image user**
82
+
81
83
3 . Change configurations located in the
82
84
../monkey/envs/monkey\_ zoo/terraform/config.tf file (don’t forget to
83
85
link to your service account key file):
You can’t perform that action at this time.
0 commit comments