akamai / cli-eaa

CLI for Enterprise Application Access (EAA)
https://www.akamai.com/us/en/products/security/enterprise-application-access.jsp
Apache License 2.0
24 stars 7 forks source link

Search results missing while EAA apps is visible in Akamai Control Center #10

Closed bitonio closed 2 years ago

bitonio commented 2 years ago

Customer reported result being missed with akamai eaa search command. We have been able to reproduce this in our lab, investigating the bug.

bitonio commented 2 years ago

Despite using limit=1000 argument in the API call GET /crux/v1/mgmt-pop/apps?limit=1000&expand=true API response comes back with {"meta": {"limit": 250...

Any number lower than 250 is honored in the response.

In order to address the issue, we are exploring the use of pagination.

bitonio commented 2 years ago

Release 0.4.7 fixes the issue.