Skip to content

Support multiple specs in asyncapi binding#982

Merged
jfallows merged 8 commits into
aklivity:developfrom
bmaidics:multi_server_async
Apr 30, 2024
Merged

Support multiple specs in asyncapi binding#982
jfallows merged 8 commits into
aklivity:developfrom
bmaidics:multi_server_async

Conversation

@bmaidics

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
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