Skip to content

Commit d3ab6b5

Browse files
Update topaz templates from main (#190)
* Update static topaz template assets * Update static topaz template assets --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0099cd7 commit d3ab6b5

File tree

6 files changed

+66
-0
lines changed

6 files changed

+66
-0
lines changed

static/assets/templates/logo.png

4.46 KB
Loading
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"peoplefinder": {
3+
"title": "PeopleFinder",
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.",
6+
"docs_url": "https://docs.aserto.com/docs/getting-started/peoplefinder/peoplefinder-overview",
7+
"topaz_url": "v32/peoplefinder.json",
8+
"hosted_url": "v32/hosted/peoplefinder.json"
9+
},
10+
"todo": {
11+
"title": "Todo",
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.",
14+
"docs_url": "https://docs.aserto.com/docs/quickstarts/todo/overview",
15+
"topaz_url": "v32/todo.json",
16+
"hosted_url": "v32/hosted/todo.json"
17+
},
18+
"simple-rbac": {
19+
"title": "Simple RBAC",
20+
"short_description": "Simple RBAC authorization template",
21+
"description": "The Simple RBAC template defines a resource type, with read, write, and delete permissions, that are granted through the reader, writer, and owner roles. You can evolve it to fit your needs.",
22+
"docs_url": "https://docs.aserto.com/docs/quickstarts/simple-rbac/overview",
23+
"topaz_url": "v32/simple-rbac.json",
24+
"hosted_url": "v32/hosted/simple-rbac.json"
25+
},
26+
"gdrive": {
27+
"title": "Google Drive",
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.",
30+
"docs_url": "https://docs.aserto.com/docs/quickstarts/gdrive/overview",
31+
"topaz_url": "v32/gdrive.json",
32+
"hosted_url": "v32/hosted/gdrive.json"
33+
},
34+
"api-auth": {
35+
"title": "API Authorization",
36+
"short_description": "Template for authorization of servics 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.",
38+
"docs_url": "https://docs.aserto.com/docs/quickstarts/api-auth/overview",
39+
"topaz_url": "v32/api-auth.json",
40+
"hosted_url": "v32/hosted/api-auth.json"
41+
},
42+
"slack": {
43+
"title": "Slack",
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.",
46+
"docs_url": "https://docs.aserto.com/docs/quickstarts/slack/overview",
47+
"topaz_url": "v32/slack.json",
48+
"hosted_url": "v32/hosted/slack.json"
49+
},
50+
"github": {
51+
"title": "GitHub",
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.",
54+
"docs_url": "https://docs.aserto.com/docs/quickstarts/github/overview",
55+
"topaz_url": "v32/github.json",
56+
"hosted_url": "v32/hosted/github.json"
57+
},
58+
"multi-tenant": {
59+
"title": "Multi-Tenant RBAC",
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.",
62+
"docs_url": "https://docs.aserto.com/docs/quickstarts/multi-tenant/overview",
63+
"topaz_url": "v32/multi-tenant.json",
64+
"hosted_url": "v32/hosted/multi-tenant.json"
65+
}
66+
}
4 MB
Binary file not shown.
128 KB
Binary file not shown.
4 MB
Binary file not shown.
128 KB
Binary file not shown.

0 commit comments

Comments
 (0)