Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mqtt streetlights AsyncAPI validating proxy #880

Closed
jfallows opened this issue Mar 26, 2024 · 0 comments · Fixed by #898
Closed

Support mqtt streetlights AsyncAPI validating proxy #880

jfallows opened this issue Mar 26, 2024 · 0 comments · Fixed by #898
Assignees
Labels
story Feature description from user's perspective

Comments

@jfallows
Copy link
Contributor

jfallows commented Mar 26, 2024

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

  • All validation defined in MQTT Streetlights AsyncAPI spec is enforced by Zilla

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 other qos values is not defined clearly.
Security Schemes mentions apiKey with placement of token in user field (not password field) during CONNECT 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 for jwt guard.

@jfallows jfallows added the story Feature description from user's perspective label Mar 26, 2024
@bmaidics bmaidics linked a pull request Apr 9, 2024 that will close this issue
@jfallows jfallows closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Feature description from user's perspective
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants