Database properties permission

Hello,
I am the admin of Stardog DB and I want to give permission to the users of a group so that they can change the properties of the specific database. What is recommended way to do that.
What I did is that I gave user below permissions =
read metadata, read db, execute metadata, execute db, write metadata and write db.
After giving these permission, user can change the properties of the specific DB for which i have him the access.
is this the right way to do that?
Also, I can see db metadata file (db.properties) inside data/db_meta folder in cli. What is the use of that file.
Thanks

Hey Sanjay,

It sounds like you found the right combination of permissions. The security resources are described here and the metadata resource allows changing the configuration of a database.

Regarding the db.properties file, it is an internal file which stores low-level index configuration. The primary database metadata is stored in the system database.

Jess

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.