An open API service indexing awesome lists of open source software.

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

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