Ticket #9526 (new defect)
Opened 19 months ago
Last modified 17 months ago
Fine Grained Permission possible realms and paths format are not documented.
| Reported by: | dpc@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | next-minor-0.12.x |
| Component: | wiki system | Version: | 0.12 |
| Severity: | minor | Keywords: | permissions documentation |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I'm trying to configure authz_policy.py (http://trac.edgewall.org/wiki/TracFineGrainedPermissions) for things other than Wiki Pages.
I can see that this is possible and working, but I'm waisting my time discovering "paths and realms" for every single thing I want to manage via authz_policy.
All the samples and documentation I've found describe configuration for wiki: realms *only* and while this is probably most common usage I'd like to create a ticket to expand the documentation in this topic.
Attachments
Change History
comment:1 Changed 19 months ago by rblank
comment:2 Changed 17 months ago by osimons
The problem is that plugins also provides resource support, and for lookup purposes for users there really should be some code that iterates and presents them. Like we do for config and for macros.
comment:3 Changed 17 months ago by cboos
- Milestone changed from 0.12.1 to next-minor-0.12.x
Not for 0.12.1, it seems.



Some documentation effort about this is certainly welcome, thanks!