twistlock / cloud-discovery

Cloud Discovery provides a point in time enumeration of all the cloud native platform services
https://www.twistlock.com
Apache License 2.0
141 stars 28 forks source link

aws what level of access is required? #14

Closed kid101 closed 5 years ago

kid101 commented 5 years ago

when using curl -k -v -u admin:pass --raw --data \ '{"credentials": [{"id":"<AWS_ACCESS_KEY>","secret":"<AWS_ACCESS_PASSWORD>"}]}' \ https://localhost:9083/discover

I get an empty response from the server: upload completely sent off: 100 out of 100 bytes TLSv1.2 (IN), TLS alert, Client hello (1): Empty reply from server Please let me know all the read permissions required.

kid101 commented 5 years ago

Only ECR, ECS, EKS and lambda are supported at the movement.

shikharka commented 5 years ago

Hi, Did you get the solution? I have lambda functions but still get

  • upload completely sent off: 100 out of 100 bytes
  • Empty reply from server
  • Connection #0 to host localhost left intact curl: (52) Empty reply from server

Can I get a help on this?