Block access to files/folders #234
mchaliadzinau
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
It sounds like a useful idea! Unfortunately, features like this tend to be harder to get right than they might initially seem -- especially if we want to make meaningful security guarantees. To unpack that a bit, you might imagine we could just limit access to certain
There ends up being a fairly large surface area to cover, and I’d want to avoid presenting something as a security feature unless we can make strong, reliable guarantees about how it behaves. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to restrict access to some files or subfolders?
I'm using https://www.npmjs.com/package/obsidian-mcp-server which relies on your plugin to get access to the vault.
I do not want to create separate vault for sensitive data, so making some folder "disappear" would be great.
I imagine it may be useful for others as well.
Beta Was this translation helpful? Give feedback.
All reactions