Thunder Access Control

Created on June 21, 2022

Overview

Thunder is essentially a process that runs on RDK and accepts incoming requests using http or websockets.  It will initially mirror all of the services that our service manager component has, and eventually replace service manager.  Unlike service manager which is only accessible to Operator UI App and Spark; Thunder would be accessible to any Spark, Web, or native application since it only requires an http or websocket client.  Thunder has the ability to support an authorization token as a header in either an http request or establishing a new websocket.  Thunder has a Security Agent plugin which is used for acquiring an authentication token via JSON/RPC

Go To Top