├── .github ├── tag-changelog-config.js └── workflows │ └── release.yml ├── Dockerfile ├── LICENSE ├── README.md └── apisix └── plugins └── authz-openfga.lua /.github/tag-changelog-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embesozzi/apisix-authz-openfga/HEAD/.github/tag-changelog-config.js -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embesozzi/apisix-authz-openfga/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embesozzi/apisix-authz-openfga/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embesozzi/apisix-authz-openfga/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embesozzi/apisix-authz-openfga/HEAD/README.md -------------------------------------------------------------------------------- /apisix/plugins/authz-openfga.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/embesozzi/apisix-authz-openfga/HEAD/apisix/plugins/authz-openfga.lua --------------------------------------------------------------------------------