Skip to content

Commit 54467fd

Browse files
authored
Merge pull request #128 from holaplex/mpw/keto-fix-namespaces
update permissions-keto namespaces, add collection and drop to mint
2 parents 5a9db79 + af32031 commit 54467fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/hub-permissions/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.4.2
21+
version: 0.4.3
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-permissions/policies/namespaces.keto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Mint implements Namespace {
9090
owners: User[]
9191
editors: User[]
9292
viewers: User[]
93-
parents: Drop[]
93+
parents: (Drop | Collection)[]
9494
}
9595

9696
permits = {

0 commit comments

Comments
 (0)