Coder Social home page Coder Social logo

Comments (6)

ZeHiro avatar ZeHiro commented on June 23, 2024

After restarting the stack, everything is back

from cozy-data-system.

clochix avatar clochix commented on June 23, 2024

Hi ZeHiro,
This error is thrown when the stack has been restarted and an application try to access some password in database before the user connects.
Password are encrypted with your instance password as key. When you first connect, we keep it in memory to decrypt content from the data system when applications need it. If your server is restarted, the password is lost and application are unable to decrypt data before you log again. So application don't see encrypted data between a restart and your next connection.

from cozy-data-system.

ZeHiro avatar ZeHiro commented on June 23, 2024

That'a what I understood. Should'nt the app stopped or restarted in this case?

from cozy-data-system.

clochix avatar clochix commented on June 23, 2024

@poupotte will give you a more precise answer, but be patient, she's AFK for some days.

from cozy-data-system.

frankrousseau avatar frankrousseau commented on June 23, 2024

It mostly happens with Konnectors. I will try to understand what happens with this app. It will probably help to solve the problem.

from cozy-data-system.

aenario avatar aenario commented on June 23, 2024

It is caused by the .save calls and goes like this :
Application get the document
GET /data/23723823872
{doctype: X, password: 'stillencryptedblob' or undefined }

Then, it does a .save
PUT /data/23723823872
{doctype: X, password: 'stillencryptedblob' or undefined, lastSync: now}

And the DS store the password twice encrypted (or encrypted with "undefined" as the key, or something weird like that). We should probably prevent GETing something if we cant decrypt it and avoid usage of the .save method in the applications.

from cozy-data-system.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.