apigee / apigeecli

This is a tool to interact with Apigee APIs. The tool lets you manage (create, del, get, list) environments, proxies, etc.
Apache License 2.0
54 stars 31 forks source link

KVM Import will not import if proxy name has underscore #438

Closed wrfleming closed 7 months ago

wrfleming commented 7 months ago

A valid proxy name can contain an underscore and pass validation. By having an underscore it throws off the logic which parses the proxy name and kvm map file thus failing to import the kvm file and entries. In the screenshot below the following string passes the proxy name validation.

image