Support mqtt
streetlights AsyncAPI validating proxy
#880
Labels
story
Feature description from user's perspective
mqtt
streetlights AsyncAPI validating proxy
#880
Describe the desired outcome from the user's perspective
As devops, I want to deploy a validating AsyncAPI proxy for MQTT Streetlights example.
Acceptance criteria
Additional context
Message traits refer to common headers, which map to
mqtt
user properties, so we need to support validation of PUBLISH user properties.Operation Traits mention
qos
but the expectation of behavior for PUBLISH via otherqos
values is not defined clearly.Security Schemes mentions
apiKey
with placement of token inuser
field (not password field) duringCONNECT
but we do not currently have a guard to validate api keys.Security Schemes in general can support
http
bearer
, which would then align with out support forjwt
guard.The text was updated successfully, but these errors were encountered: