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: 5 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T08:44:45.000Z (10 months ago)
- Last Synced: 2024-10-31T10:38:31.081Z (6 months 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
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://github.com/authzed/action-spicedb/actions)
[](https://groups.google.com/g/authzed-oss)
[](https://discord.gg/jTysUaxXzM)
[](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"
```