From 5c9e5b297cdf5d761740e6604b1e36d390aa86a8 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 14 Jul 2025 12:46:58 -0600 Subject: chore: run spicedb via Procfile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8eeadc86..8cc74a9b 100644 --- a/Makefile +++ b/Makefile @@ -79,10 +79,7 @@ production-entities: $(AUTHZD_BIN) check-gitlab-token @$(AUTHZD_BIN) generate --project gitlab-org/software-supply-chain-security/authorization/authzd --output etc/authzd/gitlab.com/gitlab-org/software-supply-chain-security/authorization/authzd/entities.json @$(AUTHZD_BIN) generate --project gitlab-org/software-supply-chain-security/authorization/sparkled --output etc/authzd/gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/entities.json -# spice target -run-spicedb: - @spicedb serve --grpc-preshared-key "secret" - +# 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 -- cgit v1.2.3