summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index bdc7a3d8..3625c9f4 100644
--- a/Makefile
+++ b/Makefile
@@ -82,13 +82,13 @@ production-entities: $(AUTHZD_BIN) check-gitlab-token
# spice targets
run-spicedb-setup:
- @zed --endpoint ":50051" --token "secret" --insecure schema write etc/authzd/spice.schema
- @zed --endpoint ":50051" --token "secret" --insecure schema read
- @zed --endpoint ":50051" --token "secret" --insecure relationship create project:1 maintainer user:mokhax
- @zed --endpoint ":50051" --token "secret" --insecure relationship create project:1 developer user:tanuki
+ @zed --endpoint ":20000" --token "secret" --insecure schema write etc/authzd/spice.schema
+ @zed --endpoint ":20000" --token "secret" --insecure schema read
+ @zed --endpoint ":20000" --token "secret" --insecure relationship create project:1 maintainer user:mokhax
+ @zed --endpoint ":20000" --token "secret" --insecure relationship create project:1 developer user:tanuki
run-spicedb-permission-check:
- @zed --endpoint ":50051" --token "secret" --insecure permission check project:1 read user:mokhax
- @zed --endpoint ":50051" --token "secret" --insecure permission check project:1 write user:mokhax
- @zed --endpoint ":50051" --token "secret" --insecure permission check project:1 read user:tanuki
- @zed --endpoint ":50051" --token "secret" --insecure permission check project:1 write user:tanuki
+ @zed --endpoint ":20000" --token "secret" --insecure permission check project:1 read user:mokhax
+ @zed --endpoint ":20000" --token "secret" --insecure permission check project:1 write user:mokhax
+ @zed --endpoint ":20000" --token "secret" --insecure permission check project:1 read user:tanuki
+ @zed --endpoint ":20000" --token "secret" --insecure permission check project:1 write user:tanuki