-
Notifications
You must be signed in to change notification settings - Fork 137
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
Desktop Agent Bridging Discussion group 6th July 2022 #772
Comments
Vinay / Symphony |
Kris / Cosaic 🚀 |
Tiago Pina / Cosaic |
Julia / FINOS |
Vivek / Natwest |
Pierre Neu / Symphony |
Nick Kolba / Connectifi |
Hugh Troeger / FactSet |
Rob / FINOS |
Dom Gifford / S&P Global |
Manish / NWM |
Aaron / NWM |
Out of interest, is there any plan to protect against cross-environment contamination? Let's say I have:
The desktop containers for App A and App B are from two different vendors. I want to ensure that while testing the flow from App A UAT to App B UAT, I don't accidentally connect to App B Production. |
Qiana / Citi |
Hi @dominicgifford. What do you mean by 'connect', as the answer differs depending on the API calls in use... If we're talking about channels, then its down to which user channels the user adds the apps to, or for app channels, which ones they join. That said, 2.0 introduces (optional) exposure of originating app metadata passed to the context handler which might allow you to filter which context broadcasts on the channel that you listen to. For intents, if there's more than one option to resolve an intent then you'll see a resolver UI (usually) pop up requiring the user to pick the app. However, you can specify a target app/instance to avoid the resolver and send it straight there (With the resolver either filtered to instances of the app, or go direct by specifying a particular instance). Hence, if you know the details of the UAT and production apps, you can make sure your messages head to the right one. As far as I am aware there is no other thought on environments in the FDC3 API nor Desktop Agent Bridging. If we were to add something I think it'd begin in the FDC3 API and then be carried over into bridging. That said a particular desktop agent implementation I know quite well has a feature that solves for exactly this problem via config ;-). A similar standardized solution may be possible through an appD config... |
Apologies for the delay, minutes for the last meeting have now been posted and we'll crack on with updating the proposal again this week hopefully. |
Group overview
Discussion group for developing proposals for producing bridges between FDC3 implementations (aka Desktop Agents), allowing applications running on one Desktop Agent, to integrate with FDC3 applications running on a second Desktop Agent for the same user.
The interop between applications running on different Desktop Agents aka Platforms would ideally cover
Relevant issue tags
Desktop Agent Bridging Discussion group #544
Meeting Date
Wednesday 06 July 2022 - 9am EST / 2pm BST
WebEx info
More ways to join
Meeting notices
FINOS Project leads are responsible for observing the FINOS guidelines for running project meetings. Project maintainers can find additional resources in the FINOS Maintainers Cheatsheet.
All participants in FINOS project meetings are subject to the LF Antitrust Policy, the FINOS Community Code of Conduct and all other FINOS policies.
FINOS meetings involve participation by industry competitors, and it is the intention of FINOS and the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Please contact legal@finos.org with any questions.
FINOS project meetings may be recorded for use solely by the FINOS team for administration purposes. In very limited instances, and with explicit approval, recordings may be made more widely available.
A Discussion Group has no direct decision-making power regarding the FDC3 standard - rather it is intended that anything they propose or work on will result in proposals (via Github issues and PRs) for the Standards Working Group participants to consider and vote on for inclusion in the standard. As such, participation in a Discussion group is not required for contributing to any particular issue or FDC 2.0 as a whole.
Agenda
Minutes
hello
message in the connection protocol, which would ensure implementation simplicity by making validation of it optional.fdc3.broadcast
,channel.broadcast
,fdc3.addContextListener
orchannel.getCurrentContext
messages)Action Items
hello
message in the connection protocol. Validation of this token by the agent connecting should be optional but recommended (SHOULD).Untracked attendees
The text was updated successfully, but these errors were encountered: