You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-20Lines changed: 2 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ It may take some time, but you should see logs detecting the new image in the EC
151
151
152
152
### Q-General: Getting error "Error: cannot verify credentials" on "sysdig_secure_trusted_cloud_identity" data
153
153
A: This happens when Sysdig credentials are not working correctly.
154
-
S: Check sysdig provider block is correctly configured with the `sysdig_secure_url` and `sysdig_secure_api_token` variables
154
+
<br/>S: Check sysdig provider block is correctly configured with the `sysdig_secure_url` and `sysdig_secure_api_token` variables
155
155
with the correct values. Check [Sysdig SaaS per-region URLs if required](https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges)
156
156
157
157
### Q-General: I'm not able to see Cloud Infrastructure Entitlements Management (CIEM) results
@@ -160,7 +160,7 @@ A: Make sure you installed both [cloud-bench](https://github.com/sysdiglabs/terr
160
160
161
161
### Q-AWS: Getting error "Error: failed creating ECS Task Definition: ClientException: No Fargate configuration exists for given values.
162
162
A: Your ECS task_size values aren't valid for Fargate. Specifically, your mem_limit value is too big for the cpu_limit you specified
163
-
S: Check [supported task cpu and memory values](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.html)
163
+
<br/>S: Check [supported task cpu and memory values](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-cpu-memory-error.html)
164
164
165
165
### Q-AWS: Getting error "404 Invalid parameter: TopicArn" when trying to reuse an existing cloudtrail-sns
166
166
@@ -204,24 +204,6 @@ This error happens when the ECS `TaskRole` has no permissions to assume this rol
204
204
<br/>S: Give permissions to `sts:AssumeRole` to the role used.
205
205
206
206
207
-
### Q-Dev-Contrib: How to iterate cloud-connector modification testing
208
-
209
-
A: Build a custom docker image of cloud-connector `docker build . -t <DOCKER_IMAGE> -f ./build/cloud-connector/Dockerfile` and upload it to any registry (like dockerhub).
210
-
Modify the [var.image](https://github.com/sysdiglabs/terraform-aws-secure-for-cloud/tree/master/modules/services/cloud-connector/variables.tf) variable to point to your image and deploy
211
-
212
-
### Q-Dev-Contrib: How can I iterate ECS modification testing
213
-
214
-
A: After applying your modifications (vía terraform for example) restart the service
0 commit comments