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 application-private messaging #125

Open
danielwiehl opened this issue Feb 20, 2022 · 0 comments
Open

Support application-private messaging #125

danielwiehl opened this issue Feb 20, 2022 · 0 comments
Labels
Projects

Comments

@danielwiehl
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

A microfrontend can communicate with its application activators, for example, using topic-based messaging. The problem is that those messages can also be received by other applications, or that other applications can respond to those requests, and not necessarily maliciously, for example in the case of name collisions.

Describe the solution you'd like

The platform should support application-private messaging, as follows:

  • A message can be marked as application-private by setting a flag in the publishing options.
  • Private messages are only routed between instances of the same application, thus other applications cannot receive private messages of other applications nor publish messages to private topics of other applications.
  • Applications may define the same private topics. Still, private messages must never be routed between applications.
@danielwiehl danielwiehl added this to Triage in SCION via automation Feb 20, 2022
@danielwiehl danielwiehl moved this from Triage to Backlog Microfrontend Platform in SCION Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
SCION
  
Backlog Microfrontend Platform
Development

No branches or pull requests

1 participant