zed icon indicating copy to clipboard operation
zed copied to clipboard

Official command-line tool for managing SpiceDB

Results 38 zed issues
Sort by recently updated
recently updated
newest added

mac OS version: 11.6.2 on build of cmd i get: ``` # github.com/keybase/go-keychain cgo-gcc-prolog:203:11: warning: 'SecTrustedApplicationCreateFromPath' is deprecated: first deprecated in macOS 10.15 - No longer supported [-Wdeprecated-declarations] /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrustedApplication.h:59:10: note:...

priority/3 low
state/needs discussion
area/dependencies
area/storage

This requires some backend changes to the Authzed dashboard, but the end UX can be discussed here.

area/CLI
priority/2 medium
state/needs discussion

In order to more effectively benchmark or assert the liveliness of a deployment, zed should have a command that generates traffic.

area/CLI
priority/3 low
area/tooling

⚠️ pending on landing https://github.com/authzed/spicedb/pull/1379

Closes https://github.com/authzed/zed/issues/244. Hello, Right now, it is impossible to override CA certificate bundle path in "headless mode". Users have to `context set` if they want to use a custom CA...

[It's a bit clunky writing configuration for Restricted API Access outside of the authzed dashboard](https://authzed.com/docs/authzed/concepts/restricted-api-access#static-configuration). Zed could support commands that help maintain best practices very basic strawman: ``` zed api-config...

Specifically: 1. If a context is selected but an endpoint is provided, should it attempt to use the other values in the context for the other flags, or should that...

area/CLI

Currently the validator spits out warnings, but there is no way to treat them as a failure, as the command then exits with a `0` exit code. It would be...

If `bulk-delete` encounters a timeout, the error is cryptic. We should make it a nicer error and potentially backoff on the limit until it can proceed again

## Description Part of composable schema support. We want to make it so that `zed validate` can operate on both composable schemas and standard schemas. This implements it by adding...