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

[Bug] Not all Connectors are returned #33

Open abhimodugula opened 1 year ago

abhimodugula commented 1 year ago

The method list_once in connector.py has no pagination logic, so if there are more than 250 connectors, all of them will not be returned

bitonio commented 9 months ago

Hi @abhimodugula

The limit has been raised to 1024, tested in our lab. It should help until we implement the pagination logic.

Good catch, thanks for reporting it.