Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/authzed/examples
A collection of examples for SpiceDB users
https://github.com/authzed/examples
authorization authzed docker-compose documentation example fine-grained-access-control fine-grained-authorization kubernetes security security-tools spicedb spicedb-client zanzibar
Last synced: about 1 month ago
JSON representation
A collection of examples for SpiceDB users
- Host: GitHub
- URL: https://github.com/authzed/examples
- Owner: authzed
- License: apache-2.0
- Created: 2022-07-18T15:22:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T10:15:07.000Z (3 months ago)
- Last Synced: 2024-11-02T05:32:46.312Z (about 1 month ago)
- Topics: authorization, authzed, docker-compose, documentation, example, fine-grained-access-control, fine-grained-authorization, kubernetes, security, security-tools, spicedb, spicedb-client, zanzibar
- Language: Go
- Homepage:
- Size: 132 KB
- Stars: 35
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
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/examples - Official examples repository (Examples / Third-party Tools)
README
# Examples
[![Docs](https://img.shields.io/badge/docs-authzed.com-%234B4B6C "Authzed Documentation")](https://docs.authzed.com)
[![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 repository houses various examples for various aspects of SpiceDB.
[SpiceDB] is an open source database system for managing security-critical application permissions inspired by Google's [Zanzibar] paper.
Developers create a schema that models their permissions requirements and use a [client library] to apply the schema to the database, insert data into the database, and query the data to efficiently check permissions in their applications.
[SpiceDB]: https://github.com/authzed/spicedb
[Zanzibar]: https://authzed.com/blog/what-is-zanzibar/
[client library]: https://github.com/orgs/authzed/repositories?q=client+libraryExamples in this repository include:
- Schema
- CI/CD WorkflowsHave questions? Join our [Discord].
Looking to contribute? See [CONTRIBUTING.md].
[Discord]: https://authzed.com/discord
[CONTRIBUTING.md]: https://github.com/authzed/spicedb/blob/main/CONTRIBUTING.md