You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the readme it is mentioned that using skate sync only reads data from the local cache. But when I do a skate get XXX, a call to my remote charm server is made.
I do not know if this is a bug or if the readme should be changed.
The text was updated successfully, but these errors were encountered:
Hi, the data is only synced on write, but on read we're currently making a network call to fetch your encryption keys. The keys are fully encrypted for your ssh public key before being stored on our server, then decrypted on fetch and used to decrypt the BadgerDB. You're correct that the documentation should be clearer though! We also plan to cache the encryption keys locally to make skate and charm kv work in a truly offline, read-only mode. For now, we'll update the docs. Thanks for the catch!
I had to stop using a way to store some local tokens because it introduced seconds of delays to my profile load when pulling several entries. I hope this local caching becomes an option eventually.
In the readme it is mentioned that using skate sync only reads data from the local cache. But when I do a
skate get XXX
, a call to my remote charm server is made.I do not know if this is a bug or if the readme should be changed.
The text was updated successfully, but these errors were encountered: