mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Added minimal permissions for MongoDB
Collected from Discord discussions.
This commit is contained in:
parent
3bb6d8aea0
commit
c0b03113a5
1 changed files with 4 additions and 0 deletions
|
|
@ -105,6 +105,10 @@ save it in secure way to your systems keyring - on Windows it is **Credential Ma
|
|||
This can be also set beforehand with environment variable `OPENPYPE_MONGO`. If set it takes precedence
|
||||
over the one set in keyring.
|
||||
|
||||
:::tip Minimal permissions for DB user
|
||||
- `readWrite` role to `openpype` and `avalon` databases
|
||||
- `find` permission on `openpype`, `avalon` and `local`
|
||||
|
||||
#### Check for OpenPype version path
|
||||
When connection to MongoDB is made, OpenPype will get various settings from there - one among them is
|
||||
directory location where OpenPype versions are stored. If this directory exists OpenPype tries to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue