Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/authzed/action-spicedb
GitHub Action for integration testing your application with SpiceDB
https://github.com/authzed/action-spicedb
authorization authzed continuous-integration database fine-grained-access-control fine-grained-authorization github-action github-actions integration-testing permissions spicedb zanzibar
Last synced: 1 day ago
JSON representation
GitHub Action for integration testing your application with SpiceDB
- Host: GitHub
- URL: https://github.com/authzed/action-spicedb
- Owner: authzed
- License: apache-2.0
- Created: 2021-09-30T19:21:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T08:44:45.000Z (4 months ago)
- Last Synced: 2024-09-26T07:17:58.859Z (about 1 month ago)
- Topics: authorization, authzed, continuous-integration, database, fine-grained-access-control, fine-grained-authorization, github-action, github-actions, integration-testing, permissions, spicedb, zanzibar
- Language: Shell
- Homepage: https://docs.authzed.com
- Size: 19.5 KB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-spicedb - authzed/action-spicedb - GitHub Action for integration testing your application with SpiceDB (Testing / Third-party Integrations)
README
# SpiceDB GitHub Action
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg "Apache 2.0 License")](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://github.com/authzed/action-spicedb/workflows/test/badge.svg "GitHub Actions")](https://github.com/authzed/action-spicedb/actions)
[![Mailing List](https://img.shields.io/badge/email-google%20groups-4285F4 "[email protected]")](https://groups.google.com/g/authzed-oss)
[![Discord Server](https://img.shields.io/discord/844600078504951838?color=7289da&logo=discord "Discord Server")](https://discord.gg/jTysUaxXzM)
[![Twitter](https://img.shields.io/twitter/follow/authzed?color=%23179CF0&logo=twitter&style=flat-square "@authzed on Twitter")](https://twitter.com/authzed)This project is a [GitHub Action] that runs a SpiceDB server for your workflows to use during integration tests.
[GitHub Action]: https://github.com/features/actions
## Usage
Add the following any workflow:
```yaml
steps:
- uses: "authzed/action-spicedb@v1"
with:
version: "latest"
```