Update the ecosystem model section of the docs

Signed-off-by: Waldir Montoya <wmontoya@vmware.com>
This commit is contained in:
Waldir Montoya
2023-02-02 21:19:02 -05:00
parent bf310578fe
commit 560fd3e6ae
4 changed files with 27 additions and 2 deletions
+2
View File
@@ -34,6 +34,8 @@ The permission framework was designed with a few key properties in mind:
4. An authorization decision is sent to the plugin from the permission backend.
5. The user is either granted access or an error is shown. The plugin is responsible for implementing a response to the user.
## How do I get started?
See the "[getting started](./getting-started.md)" permission documentation for Backstage integrators.