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
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
Polls should be published once and then be immutable. So probably a case for storing it simply as immutable data in the publisher's public data store.
Problem with that: An attacker could take down data stores and thereby make the poll unusable. Is this still a problem with theoretically being able to have more than one data store with poll data?
Solution would be to store critical data on Atlas and metadata (such as (less critical) media files) in the public data store.
The text was updated successfully, but these errors were encountered:
Polls should be published once and then be immutable. So probably a case for storing it simply as immutable data in the publisher's public data store.
Problem with that: An attacker could take down data stores and thereby make the poll unusable. Is this still a problem with theoretically being able to have more than one data store with poll data?
Solution would be to store critical data on Atlas and metadata (such as (less critical) media files) in the public data store.
The text was updated successfully, but these errors were encountered: