-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
storyFeature description from user's perspectiveFeature description from user's perspective
Description
Describe the desired outcome from the user's perspective
As an OpenAPI consumer, I want to configure zilla as http proxy using openapi.yaml more directly in zilla.yaml.
Acceptance criteria
openapiserverbinding configured viaopenapi.yamlopenapiclientbinding configured viaopenapi.yaml- only
openapiserverbinding andopenapiclientbinding needed to configureopenapiproxy
Additional context
Syntax similar to the following in zilla.yaml using composite bindings.
bindings:
openapi_server:
type: openapi
kind: server
options:
specs:
- http/openapi.yaml
exit: openapi_client0
openapi_client:
type: openapi
kind: client
options:
specs:
- http/openapi.yamlReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
storyFeature description from user's perspectiveFeature description from user's perspective