A NodeJS micro-service solution based on Consul, writing by Typescript language and NestJS framework.
- Consul
Please set this configurations into consul kv named nestcloud-rbac-examples-rbac.
kind: Account
name: test
---
kind: Role
name: admin
rules:
- resources: ["hero"]
verbs: ["get", "list"]
---
kind: RoleBinding
role: admin
accounts:
- test
yarn
yarn start
Then visit http://localhost:3000/heros?user=test