Skip to content

Commit b60db92

Browse files
committed
running RBAC service on macos
1 parent b8b9339 commit b60db92

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
plugins:
99
- name: jwt-wallet
1010
config:
11-
# rbac: http://localhost:8888/api/v1/rbac/account/{addr}/grants # Running RBAC Service
12-
# rbac: http://docker.for.mac.host.internal:8888/{addr}/index.html # Use when running `make http` on Mac
13-
rbac: http://localhost:8888/{addr}/index.html # Use when running `make http` on Linux
11+
# rbac: http://docker.for.mac.host.internal:8069/rbac/api/v1/subjects/{addr}/grants # Running RBAC Service on Mac
12+
rbac: http://localhost:8069/rbac/api/v1/subjects/{addr}/grants # Running RBAC Service on Linux
13+
# rbac: http://docker.for.mac.host.internal:8888/{addr}/index.html # Use when running `make http` on Mac
14+
# rbac: http://localhost:8888/{addr}/index.html # Use when running `make http` on Linux

0 commit comments

Comments
 (0)