https://github.com/duyquang6/go-rbac-practice
Implement custom RBAC feature for web backend written by Go
https://github.com/duyquang6/go-rbac-practice
docker golang rbac-authorization
Last synced: 3 months ago
JSON representation
Implement custom RBAC feature for web backend written by Go
- Host: GitHub
- URL: https://github.com/duyquang6/go-rbac-practice
- Owner: duyquang6
- License: apache-2.0
- Created: 2019-11-01T10:55:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T23:40:56.000Z (over 5 years ago)
- Last Synced: 2025-03-02T01:44:05.564Z (over 1 year ago)
- Topics: docker, golang, rbac-authorization
- Language: Go
- Homepage:
- Size: 242 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go RBAC Practice
## An example RBAC Authorization project using Golang
With session base approach, implement RBAC authorization application
## Dependencies
- Docker
- Postgres
- Opentelemetry
- Redis
## Usage
- Start dependent containers by using [`docker-compose.yml`](docker-compose.yml) file
- Build & run migration tool, script at [`scripts/migrate.sh`](scripts/migrate.sh)
- Build application, script provided at [`scripts/rbac-build.sh`](scripts/rbac-build.sh)
- Hit :8080 port
## UI
- Will be update soon
## Contribution