Skip to content

Commit

Permalink
Merge pull request #147 from aserto-dev/topaz_templates_fix/multi-ten…
Browse files Browse the repository at this point in the history
…ant-manifest

[DO NOT MERGE]  Update topaz templates from fix/multi-tenant-manifest
  • Loading branch information
gertd authored Oct 28, 2024
2 parents 99d278c + 357afb9 commit 5e8b148
Show file tree
Hide file tree
Showing 20 changed files with 11,828 additions and 10 deletions.
18 changes: 18 additions & 0 deletions static/assets/templates/acmecorp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "acmecorp",
"description": "Acmecorp directory instance",
"assets": {
"manifest": "acmecorp/manifest.yaml",
"policy": {
"name": "acmecorp",
"resource": "ghcr.io/aserto-policies/policy-rebac:latest"
},
"idp_data": [
"acmecorp/acmecorp_objects.json",
"acmecorp/acmecorp_relations.json"
],
"domain_data": [
],
"assertions": []
}
}
3 changes: 2 additions & 1 deletion static/assets/templates/api-auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"api-auth/api-auth-relations.json"
],
"assertions": [
"api-auth/test/api-auth_assertions.json"
"api-auth/test/api-auth_assertions.json",
"api-auth/test/api-auth_decisions.json"
]
}
}
Loading

0 comments on commit 5e8b148

Please sign in to comment.