Orbit-db: Which mecanism does orbitdb use for read/write access?

Created on 17 Sep 2018  路  3Comments  路  Source: orbitdb/orbit-db

read/write access control isn't implemented in IPFS spec, so which mecanisme is used by orbitdb ?

question

All 3 comments

IIRC, we haven't implemented this yet. One of the other maintainers should know.

Hi @maroodb!

There is currently no read-access control. Anyone with the address and network access can read the contents of the db. For write-access, an immutable list of write-capable keys must be added at db creation as shown here. Though we are in the process of changing this mechanism to add support for dynamically adding write-capabilities (we are removing orbitdb.key in favor of using an identity as orbitdb.identity). Key-revocation is still an open discussion and is not currently being implemented. I hope this answers your question!

Closing and referring people to the OrbitDB Field Manual if they have more questions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MirceaKitsune picture MirceaKitsune  路  3Comments

adamski picture adamski  路  5Comments

varcario picture varcario  路  5Comments

waotzi picture waotzi  路  7Comments

whyrusleeping picture whyrusleeping  路  3Comments