post(splunk-app-acl): read vs write access

This commit is contained in:
Ming Di Leom 2024-02-24 09:43:26 +00:00
parent 570b22ad79
commit 5ea22c0f6d
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ None of the above configs will grant roleB read access to lookupB.csv. For the r
- If any layer does not permit read access, the object will not be accessible. - If any layer does not permit read access, the object will not be accessible.
``` ```
> For brevity, this article will only discuss about read access which has slightly different interaction of ACLs. Don't worry, once you understood read access, it's much easier to understand write access. > For brevity, this article will only discuss about read access which has slightly different interaction of ACLs compared to write access. Don't worry, once you understood read access, it's much easier to understand write access.
Notice a role must at least have read access to the app. The simplest way to grant roleB read access is, Notice a role must at least have read access to the app. The simplest way to grant roleB read access is,