Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gustavohenrique/gorbac


https://github.com/gustavohenrique/gorbac

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## GoRBAC

> Role Base Access Control for Go

[![Coverage Status](https://coveralls.io/repos/github/gustavohenrique/gorbac/badge.svg?branch=main)](https://coveralls.io/github/gustavohenrique/gorbac?branch=main)

## Usage

Create a file containing roles.

```sh
# A role to allow read all orders and update only orders paid and with amount less than 1000
cat > /tmp/roles.yaml <