Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions system-design/concepts/applications/application-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ flowchart
class s2 dashed
```

As shown in the figure above, an `Application Developer` uploads an [Application Package](application-package.md) to an Application Registry. From there, it is available to a `Workload Fleet Manager` (WFM).
The WFM acts as a client to pull an [Application Package](application-package.md) from the Application Registry. It would then list this Application Package on its UI (e.g., an internal `Application Catalog`) to enable the usage on its managed devices.
As shown in the figure above, an `Application Developer` uploads an [Application Package](application-package) to an Application Registry. From there, it is available to a `Workload Fleet Manager` (WFM).
The WFM acts as a client to pull an [Application Package](application-package) from the Application Registry. It would then list this Application Package on its UI (e.g., an internal `Application Catalog`) to enable the usage on its managed devices.

> Note: The figure above shows an `Authentication Service` that manages access control for the Application Registry. This service and interactions with it are not yet formally defined by Margo and needs to be further discussed in the future. The idea here is that the WFM requests a token from the Authentication Service to include in requests to the Application Registry. The received token is then validated by the Application Registry through interaction with the Authentication Service.

Expand All @@ -39,4 +39,4 @@ A hosted Application Package is provided by listing its parts as blobs in an [im


## Relevant Links
* The technical reference of the Application Registry API is defined [here](../../specification/applications/application-registry.md).
* The technical reference of the Application Registry API is defined [here](../../specification/applications/application-registry.md).
Loading