From 0d608c3de54a74b9dab8bd2323bc45d3400feaf4 Mon Sep 17 00:00:00 2001 From: Mark McLaughlin Date: Tue, 18 Jun 2024 11:05:04 +0100 Subject: [PATCH] Update deployment script and Makefile to replace insights-rebac with relations-api. --- Makefile | 2 +- README.md | 2 +- spicedb/{start-insights-rebac.sh => start-relations-api.sh} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename spicedb/{start-insights-rebac.sh => start-relations-api.sh} (100%) diff --git a/Makefile b/Makefile index 7f91bef..a8d99de 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ spicedb: .PHONY: spicedb rebac: - ./spicedb/start-insights-rebac.sh + ./spicedb/start-relations-api.sh .PHONY: rebac rebac/teardown: diff --git a/README.md b/README.md index f5aad25..5852da9 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ wire This is a good option for keeping spicedb running in the background while the rebac service is run via `make run`, the binary or via the IDE (run/debug) during local development. -### Run the insights-rebac and spicedb with docker/podman compose +### Run the relations-api and spicedb with docker/podman compose `make rebac` diff --git a/spicedb/start-insights-rebac.sh b/spicedb/start-relations-api.sh similarity index 100% rename from spicedb/start-insights-rebac.sh rename to spicedb/start-relations-api.sh