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 Dec 18, 2024. It is now read-only.
I am using orbit-db for a multi node application. Reading the docs section on access control, node can instantiate, generate their key, then a database is created with all the keys.
My question is, if I were to use one key (and share it among all nodes), is this safe? IE part of the code will get confused if multiple machines are running orbitdb with the same key.
The reason I want to share a key between nodes is because it makes the database creation simpler: instead of generating a key on each node and then creating a database, I can just generate one key and create the database then and there, then just use the same config everywhere.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am using orbit-db for a multi node application. Reading the docs section on access control, node can instantiate, generate their key, then a database is created with all the keys.
My question is, if I were to use one key (and share it among all nodes), is this safe? IE part of the code will get confused if multiple machines are running orbitdb with the same key.
The reason I want to share a key between nodes is because it makes the database creation simpler: instead of generating a key on each node and then creating a database, I can just generate one key and create the database then and there, then just use the same config everywhere.
Thanks!
The text was updated successfully, but these errors were encountered: