hashicorp / boundary-plugin-aws

Boundary Host Plugin (AWS)
Mozilla Public License 2.0
13 stars 2 forks source link

Handle the case where an incoming filter is a string #4

Closed jefferai closed 3 years ago

jefferai commented 3 years ago

Ideally we'd ensure that an incoming filter is a string, but some clients, such as the CLI, don't have a good way to require this without it being very onerous to the user.

Eventually we can handle this via allowing the plugin to declare a schema and perform type validation in the handler, but for now, work around this within the plugin.