|
2 | 2 | "peoplefinder": { |
3 | 3 | "title": "PeopleFinder", |
4 | 4 | "short_description": "Corporate directory end-to-end sample", |
5 | | - "description": "A corporate directory application that includes a React front-end and a node.js back-end. It demonstrates three styles of policies - RBAC, ABAC, and ReBAC.", |
| 5 | + "description": "A corporate directory application that includes a React front-end and a node.js back-end. It demonstrates three styles of policies - RBAC, ABAC, and ReBAC.", |
6 | 6 | "docs_url": "https://docs.aserto.com/docs/getting-started/peoplefinder/peoplefinder-overview", |
7 | 7 | "topaz_url": "v33/peoplefinder.json", |
8 | 8 | "hosted_url": "v33/hosted/peoplefinder.json" |
9 | 9 | }, |
10 | 10 | "todo": { |
11 | 11 | "title": "Todo", |
12 | 12 | "short_description": "Todo application end-to-end sample", |
13 | | - "description": "A simple Todo application with a back-end implementation in every language, and an interactive tutorial for the policy language. Provides a head start for learning how to integrate Aserto into your own app.", |
| 13 | + "description": "The Simple Todo template comes with a back-end implementation in every language and an interactive tutorial for the policy language. It provides a head start for learning how to integrate Aserto into your own app.", |
14 | 14 | "docs_url": "https://docs.aserto.com/docs/quickstarts/todo/overview", |
15 | 15 | "topaz_url": "v33/todo.json", |
16 | 16 | "hosted_url": "v33/hosted/todo.json" |
|
26 | 26 | "gdrive": { |
27 | 27 | "title": "Google Drive", |
28 | 28 | "short_description": "Authorization template for nested folders and documents", |
29 | | - "description": "The Google Drive template defines folder and document types, with read, write, share, and delete permissions. Folders can contain documents or other folders and access to a parent folder grants access to its children. You can evolve it to fit your needs.", |
| 29 | + "description": "The Google Drive template defines folder and document types with read, write, share, and delete permissions. Folders can contain documents or other folders, and access to a parent folder grants access to its children. You can evolve it to fit your needs.", |
30 | 30 | "docs_url": "https://docs.aserto.com/docs/quickstarts/gdrive/overview", |
31 | 31 | "topaz_url": "v33/gdrive.json", |
32 | 32 | "hosted_url": "v33/hosted/gdrive.json" |
33 | 33 | }, |
34 | 34 | "api-auth": { |
35 | 35 | "title": "API Authorization", |
36 | 36 | "short_description": "Template for authorization of services and endpoints", |
37 | | - "description": "The API Authorization template defines services and endpoints. You can import an OpenAPI spec and automatically generate services, endpoints, and groups for entitling users to a whole service, specific endpoints, or certain HTTP methods. You can evolve it to fit your needs.", |
| 37 | + "description": "The API Authorization template defines services and endpoints. You can import an OpenAPI spec and automatically generate services, endpoints, and groups to entitle users to a whole service, specific endpoints, or certain HTTP methods. You can evolve it to fit your needs.", |
38 | 38 | "docs_url": "https://docs.aserto.com/docs/quickstarts/api-auth/overview", |
39 | 39 | "topaz_url": "v33/api-auth.json", |
40 | 40 | "hosted_url": "v33/hosted/api-auth.json" |
41 | 41 | }, |
42 | 42 | "slack": { |
43 | 43 | "title": "Slack", |
44 | 44 | "short_description": "Authorization template for workspaces and channels", |
45 | | - "description": "The Slack template defines workspaces with channel admin permissions, and channels inside of a workspace, with read, write, comment, and delete permissions. Channel commenters/writers can be members of an workspace. You can evolve it to fit your needs.", |
| 45 | + "description": "The Slack template defines workspaces with channel admin permissions and channels inside a workspace with read, write, comment, and delete permissions. Channel commenters/writers can be members of a workspace. You can evolve it to fit your needs.", |
46 | 46 | "docs_url": "https://docs.aserto.com/docs/quickstarts/slack/overview", |
47 | 47 | "topaz_url": "v33/slack.json", |
48 | 48 | "hosted_url": "v33/hosted/slack.json" |
49 | 49 | }, |
50 | 50 | "github": { |
51 | 51 | "title": "GitHub", |
52 | 52 | "short_description": "Authorization template for repositories, organizations and teams", |
53 | | - "description": "The GitHub template defines repositories, organization and teams. Repos are owned by organizations, and their permissions are either assigned directly through relations, or inherited from the organization. You can evolve it to fit your needs.", |
| 53 | + "description": "The GitHub template defines repositories, organizations, and teams. Organizations own repos, and their permissions are either assigned directly through relations or inherited from the organization. You can evolve it to fit your needs.", |
54 | 54 | "docs_url": "https://docs.aserto.com/docs/quickstarts/github/overview", |
55 | 55 | "topaz_url": "v33/github.json", |
56 | 56 | "hosted_url": "v33/hosted/github.json" |
57 | 57 | }, |
58 | 58 | "multi-tenant": { |
59 | 59 | "title": "Multi-Tenant RBAC", |
60 | 60 | "short_description": "Multi-tenant RBAC authorization template", |
61 | | - "description": "A multi-tenant authorization template in which resources belong to tenants and users can have different roles in different tenants, as well as system-wide roles. Tenant roles grant access to tenant resources, while system roles grant access to resources across all tenants. You can evolve it to fit your needs.", |
| 61 | + "description": "A multi-tenant authorization template in which resources belong to tenants and users can have different roles in different tenants and system-wide roles. Tenant roles grant access to tenant resources, while system roles grant access to resources across all tenants. You can evolve it to fit your needs.", |
62 | 62 | "docs_url": "https://docs.aserto.com/docs/quickstarts/multi-tenant/overview", |
63 | 63 | "topaz_url": "v33/multi-tenant.json", |
64 | 64 | "hosted_url": "v33/hosted/multi-tenant.json" |
| 65 | + }, |
| 66 | + "api-gateway": { |
| 67 | + "title": "API Gateway", |
| 68 | + "short_description": "API Gateway authorization template", |
| 69 | + "description": "The API Gateway authorization template defines service and route resource types. You can evolve it to fit your needs.", |
| 70 | + "docs_url": "https://docs.aserto.com/docs/quickstarts/api-gateway/overview", |
| 71 | + "topaz_url": "v33/api-gateway.json", |
| 72 | + "hosted_url": "v33/hosted/api-gateway.json" |
65 | 73 | } |
66 | 74 | } |
0 commit comments