Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[volttron-dev] MessageBus WG Summary
  • From: "Allwardt, Craig H" <Craig.Allwardt@xxxxxxxx>
  • Date: Fri, 3 Feb 2023 21:37:18 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=pnnl.gov; dmarc=pass action=none header.from=pnnl.gov; dkim=pass header.d=pnnl.gov; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=sCl6lasg9cZz/RKE6EPpdSeX7CiwTZXZVjxcdjA/f1E=; b=ZPKGNMQzqhUawCU7IUqvN5emEQSZNG0iNPnKpdexbNHa7vGdPCmT9J9HByAifbnO8QIRDkJ00mHf3RB4Ny+6M/43daIM/7RAw6M5AQytxJh54EyYVNvQFiuggv1hOzVl/bxsAtQinJGUn2Zdpfbq1riGevnJQM56yjqGE87UwV6m7crBH3/r3KpCLmOpaq/KZrOyWly30KOjXIFHTruajiRnkpdNUT4cA3S/OG5lXaP/DgCgUXnaITxlEs7JwbO1478V50v21O+5/b93CZ9ANIjeZglgxSVi6k7l2+U1ONMH6HA7aNanrOu7IntY1aQjfKRtpL61kq/blCFJuW4h1w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MRrOkS9XJS4KirmEIV6v4xwpA5BqzVq11hgFANZxI674ZT0vQ0jK/t7aQrkzO2/oPnxfi8hpNDrC+8LhQoczQy1k0cOE9HKx/nUcgK0UZ0PN08MdYlXY8jVCMvXeH+WfQwfFr0ioc3mWfGo4yJUM8sVx2lI6BZMcnXXbzsvXvC0wvmksD1rSCLcEawIHUm6YcJCURQvmKGEyIe3NRbx3+dOHwGtKXsTJSYXOSgTMCqTG5vEBs0E7aiuOu2ilZiX/WwAa7YAdmlxlsVwG6bADz+8AT0ndOyb1fBvqu+Yu348S0qo/vcMdiU7uXNGKF4XxVObg4/WsLrXaSFI0BIMWVQ==
  • Delivered-to: volttron-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/volttron-dev/>
  • List-help: <mailto:volttron-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/volttron-dev>, <mailto:volttron-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/volttron-dev>, <mailto:volttron-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adk4FLCDTSyVZVsgRIO/DV0HKHSCKg==
  • Thread-topic: MessageBus WG Summary

All,

 

We had our first MessageBus working group meeting today.  The next one will be in two weeks (opposite Friday’s of the main office hours).

 

We discussed the abstraction of the AuthService

 

  • The AuthService will have an interface in volttron-core that will be available for others to plugin other auth mechanisms
  • The separation of Authentication and Authorization from the auth.json file into potentially two files one that captures the auth mechanisms and one that contains the capabilities of an agent.

 

We discussed the abstraction that the VIP routing gives us

 

  • The MessageBusInterfase does not need a publish/subscribe because the agent’s pubsub service will use Core which has the send/receive vip.  This send/receive vip message does a translation to publish and subscribe mechanisms already in the platform.

 

Some links and topics discussed are as follows which one could implement as authentication services for volttron:

 

If anyone else has some more notes, please send them along.

 

Craig


Back to the top