File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ $ docker run --rm \
7979 -p 8080:8080 \
8080 -p 8081:8081 \
8181 -p 3000:80 \
82- ekofr/authz:v0.8.3 -standalone
82+ ekofr/authz:v0.8.4 -standalone
8383```
8484
8585Here, we use SQLite in-memory as database.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ docker run --rm \
1919 -p 8080:8080 \
2020 -p 8081:8081 \
2121 -p 3000:80 \
22- ekofr/authz:v0.8.3 -standalone
22+ ekofr/authz:v0.8.4 -standalone
2323```
2424
2525Here, we are forwarding the 3 following ports:
@@ -44,15 +44,15 @@ $ docker run --rm \
4444 -e database_name=:memory: \
4545 -p 8080:8080 \
4646 -p 8081:8081 \
47- ekofr/authz:v0.8.3 -backend
47+ ekofr/authz:v0.8.4 -backend
4848```
4949
5050and the frontend:
5151
5252``` bash
5353$ docker run --rm \
5454 -p 3000:80 \
55- ekofr/authz:v0.8.3 -frontend
55+ ekofr/authz:v0.8.4 -frontend
5656```
5757
5858## Build from sources
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/eko/authz/sdk
33go 1.20
44
55require (
6- github.com/eko/authz/backend v0.8.3
6+ github.com/eko/authz/backend v0.8.4
77 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
88 golang.org/x/exp v0.0.0-20230321023759-10a507213a29
99 google.golang.org/grpc v1.54.0
Original file line number Diff line number Diff line change 1- # github.com/eko/authz/backend v0.8.3 => ../backend
1+ # github.com/eko/authz/backend v0.8.4 => ../backend
22## explicit; go 1.20
33github.com/eko/authz/backend/pkg/authz
44# github.com/golang/protobuf v1.5.3
You can’t perform that action at this time.
0 commit comments