https://github.com/authzed/zed?tab=
# spicedb
b
Running the following still prompts me to allow access to the keyring
Copy code
bash
export ZED_ENDPOINT=localhost:50051
export ZED_INSECURE=true
export ZED_TOKEN=testingkey
export ZED_LOG_FORMAT=console

zed schema diff \
  <(zed schema read) \
  <(zed preview schema compile schema/root.zed --out /dev/stdout)
y
from a user perspective, would you prefer a flag that explicitly disables the keychain access when provided, or would you prefer that it skips the keychain when sufficient config is provided?
b
Either is fine, I don't really care
y
okay, i'm gonna create an issue for explicitly disabling it - it's more verbose but also less likely to randomly work/not work in a surprising way
b
that would be cool, thanks so much!
y
oh, you've already opened one 🤔
b
Yeah figured while I was here I might as well ask about it
y
cool! i added a bit more context to that. i'll try and have a look at it in the next week or so
b
no rush, not a blocker for us
3 Views