How do I make one source readonly and other sources not? #2336
Replies: 1 comment 6 replies
|
For this layout, make the writable personal source and the shared source separate concerns. Keep normal create/modify/delete permissions for users who should write in their own source. For the shared source, use source access rules: either The Docker mount still needs to be readable by the container, and can stay |
Uh oh!
There was an error while loading. Please reload this page.
Can someone please tell me how to have one source editable and another reasonly for a user? What I want is this:
Here's my stack:
And here's my config.yaml:
I created a user in User Management, but it seems that allowing them create/delete permission is a global config and cannot be done per source. Is there some way to do what I want?
All reactions