Skip to content

Commit

Permalink
Add description of Authorizer to Structural View of agent
Browse files Browse the repository at this point in the history
Issue-Id: #22
  • Loading branch information
christoph-hamm committed Sep 30, 2024
1 parent 1d9d9fe commit cbf8c8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions agent/doc/swdesign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ Stores information which the Agent gets from the Server. Currently the storage s

The ControlInterface is responsible for setting up the communication interface between a workload and the Ankaios agent. It translates between the provided to the workload pipes and the internal Ankaios communication channels.

### Authorizer

The Authorizer checks for every request send from a workload to the Ankaios agent,
if the workload is allowed to execute this request.

### RuntimeConnectorInterfaces

This is not really a component but a collection of traits that define the "requirements" towards specific runtime connectors s.t. they can be used by Ankaios. The following three traits specify the interface of the connectors where for one of them (state checker) a reusable default implementation is provided:
Expand Down

0 comments on commit cbf8c8e

Please sign in to comment.