playground icon indicating copy to clipboard operation
playground copied to clipboard

Playground for SpiceDB, the open source, Google Zanzibar-inspired permissions database to enable fine-grained access control for customer applications

Results 28 playground issues
Sort by recently updated
recently updated
newest added

Precondition: Playground Docker image build from main branch, tagged `spicedb-playground:master` 1. run container via `docker run -it -p 3000:3000 spicedb-playground:master` 2. load `:3000` in browser FF (based on 115.6.0esr) or...

[authzed/actions](https://github.com/authzed/actions) has some utilities for publishing to all of our registry targets that we should be using (docker hub gets most of our traffic)

Add a guide for including custom schema and test relationships and make them available in the example drop down menu.

Folks are going to want to open multiple instances of the playground and it makes sense to simply prompt the user if they want a brand new session or to...

priority/3 low

this includes the updated google iam schema note: converted to a draft while I look into this warning:

## Description Copy and paste this schema in: ``` definition user {} definition group { relation user: user permission view = user } definition thing { relation group: group permission...

Closes: https://github.com/authzed/playground/issues/56 add partial keyword & syntax in dslang

This has to be in the first column (as it was several months ago), otherwise copy-paste when focus is on a cell from the first column doesn't work:

## Description Part of migrating off of Material UI. This seemed like a piece of work that was both big enough and small enough. ## Changes Will annotate. ## Testing...