Skip to content

Commit ecb270f

Browse files
committed
add inv hosted templates
1 parent e263134 commit ecb270f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+13202
-16
lines changed

assets/api-auth-inv.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "api-auth",
3+
"description": "API Authorization template",
4+
"assets": {
5+
"manifest": "api-auth-inv/manifest.yaml",
6+
"policy": {
7+
"name": "api-auth",
8+
"resource": "ghcr.io/aserto-policies/policy-rebac:latest"
9+
},
10+
"idp_data": [
11+
"citadel-inv/citadel_objects.json",
12+
"citadel-inv/citadel_relations.json"
13+
],
14+
"domain_data": [
15+
"api-auth-inv/api-auth-objects.json",
16+
"api-auth-inv/api-auth-relations.json"
17+
],
18+
"assertions": [
19+
"api-auth-inv/test/api-auth_assertions.json",
20+
"api-auth-inv/test/api-auth_decisions.json"
21+
]
22+
}
23+
}

0 commit comments

Comments
 (0)