Skip to content

feat(authz): replace bespoke FGA with embedded OpenFGA ReBAC engine #40

feat(authz): replace bespoke FGA with embedded OpenFGA ReBAC engine

feat(authz): replace bespoke FGA with embedded OpenFGA ReBAC engine #40

Workflow file for this run

---
name: CI
on:
pull_request:
push:
branches: [main]
release:
types: [created]
permissions:
contents: read
jobs:
test:
name: Go tests (SQLite)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run tests
run: make test