-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
424f491
commit f522913
Showing
5 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"idp_data": [ | ||
{ | ||
"name": "Acmecorp", | ||
"description": "Demo Acmecorp ID", | ||
"provider_id": "6e7bdf74-3b2f-11ec-8d43-0428466d27be", | ||
"ds_load": "/assets/templates/acmecorp/ds-load/acmecorp.json" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"idp_data": [ | ||
{ | ||
"name": "Citadel", | ||
"description": "Demo Citadel IDP", | ||
"provider_id": "6dd707ac-e7bd-11ec-808a-049ec1ced886", | ||
"ds_load": "/assets/templates/citadel/ds-load/citadel.json" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "peoplefinder", | ||
"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.", | ||
"assets": { | ||
"manifest": "/assets/templates/acmecorp/manifest.yaml", | ||
"policy": { | ||
"name": "peoplefinder", | ||
"resource": "ghcr.io/aserto-policies/policy-peoplefinder-rbac:latest" | ||
}, | ||
"idp_data": [ | ||
"/assets/templates/acmecorp/acmecorp_objects.json", | ||
"/assets/templates/acmecorp/acmecorp_relations.json" | ||
], | ||
"domain_data": [ | ||
], | ||
"assertions": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "todo", | ||
"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.", | ||
"assets": { | ||
"manifest": "/assets/templates/citadel/manifest.yaml", | ||
"policy": { | ||
"name": "todo", | ||
"resource": "ghcr.io/aserto-policies/policy-todo:latest" | ||
}, | ||
"idp_data": [ | ||
"/assets/templates/citadel/citadel_objects.json", | ||
"/assets/templates/citadel/citadel_relations.json" | ||
], | ||
"domain_data": [ | ||
], | ||
"assertions": [] | ||
} | ||
} |