Skip to content

Commit

Permalink
Merge pull request #128 from holaplex/mpw/keto-fix-namespaces
Browse files Browse the repository at this point in the history
update permissions-keto namespaces, add collection and drop to mint
  • Loading branch information
mpwsh authored Jul 25, 2023
2 parents 5a9db79 + af32031 commit 54467fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hub-permissions/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.2
version: 0.4.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/hub-permissions/policies/namespaces.keto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Mint implements Namespace {
owners: User[]
editors: User[]
viewers: User[]
parents: Drop[]
parents: (Drop | Collection)[]
}

permits = {
Expand Down

0 comments on commit 54467fd

Please sign in to comment.