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 multiple specs in asyncapi binding #982

Merged
merged 8 commits into from
Apr 30, 2024

Conversation

bmaidics
Copy link
Contributor

No description provided.

@bmaidics bmaidics linked an issue Apr 25, 2024 that may be closed by this pull request
Comment on lines +142 to +146
//TODO: change when jwt support added for mqtt in asyncapi
//if ("jwt".equals(guardType))
//{
// result.put(securitySchemeName, guardType);
//}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this TODO still relevant?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think yes. As asyncapi doesn't have JWT support added for MQTT yet and we use this to determine if we need to add the mqtt authorization options for the server. If we filter for "jwt" we'll never add those options.

@jfallows jfallows merged commit e69210d into aklivity:develop Apr 30, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple specs in asyncapi binding
2 participants