typesafehub / conductr-cli

CLI for Lightbend ConductR
Other
16 stars 21 forks source link

Allow empty services and acls arrays #511

Closed markusjura closed 7 years ago

markusjura commented 7 years ago

The bundle validation failed when an endpoint contained an empty array in the services or acls fields. However, empty fields are valid here, especially considering that a bundle configuration can declare those values to override existing services or acls fields with an empty array.

This change now allows empty services and acls fields.

markusjura commented 7 years ago

Fixes https://github.com/typesafehub/conductr-cli/issues/509.