apigee / apigee-config-maven-plugin

apigee-config-maven-plugin
Apache License 2.0
55 stars 108 forks source link

API Key import is allowing only for first 100 developer apps #182

Closed ssvaidyanathan closed 1 year ago

ssvaidyanathan commented 1 year ago

Problem:

While doing an import to Hybrid Apigee, if there are 150 developer apps associated with a developer, plugin is throwing error for the apps that are more than 100.

This is because Hybrid Apigee management API call(Google API) returns only 100 apps.

Solution:

Is there a way to release a new version of the plugin with /v1/organizations//developers//apps?expand=true in ImportKeysMojo.java (getApp()) so that it will extract all the apps that are assocoiated with the developer.

ssvaidyanathan commented 1 year ago

Fixed and released in v2.4.7

@mahesh-kannekanti - FYI Give it an hour before the version is available in the Central Maven repo

Please try and re-open this issue if the latest version did not work as expected