techlearner_71935_63896
10/18/2023, 3:37 PMvroldanbet
10/18/2023, 3:41 PMtechlearner_71935_63896
10/18/2023, 4:48 PMvroldanbet
10/18/2023, 4:52 PMvroldanbet
10/18/2023, 4:53 PMdocker run -it --entrypoint /bin/sh authzed/zed:latest-debug
/ $ zed context set local-spicedb localhost:8080 token
Setting the environment variable `ZED_KEYRING_PASSWORD` to your password will skip prompts
Keyring file does not already exist
Enter a new passphrase:
Setting the environment variable `ZED_KEYRING_PASSWORD` to your password will skip prompts
Enter passphrase to unlock zed keyring:
/ $ zed context list
Setting the environment variable `ZED_KEYRING_PASSWORD` to your password will skip prompts
Enter passphrase to unlock zed keyring:
CURRENT NAME ENDPOINT TOKEN TLS CERT
✓ local-spicedb localhost:8080 <redacted> system
`
this worked for mevroldanbet
10/18/2023, 4:53 PMtechlearner_71935_63896
10/18/2023, 4:57 PMexport ZED_KEYRING_PASSWORD=
techlearner_71935_63896
10/18/2023, 4:58 PMtechlearner_71935_63896
10/18/2023, 5:02 PMconnection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:8080: connect: connection refused"
Now I am getting this error when I am trying to read the schema 🤐techlearner_71935_63896
10/18/2023, 5:03 PMvroldanbet
10/18/2023, 5:21 PMtechlearner_71935_63896
10/18/2023, 5:24 PMtechlearner_71935_63896
10/18/2023, 6:35 PM