Edgewall Software
Modify

Opened 12 years ago

Last modified 9 years ago

#10873 new enhancement

authzpolicy.conf can not include a common permission setup

Reported by: anonymous Owned by:
Priority: normal Milestone: undecided
Component: admin/console Version:
Severity: normal Keywords: authzpolicy inherit
Cc: Ryan J Ollos Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I have a multiprojects trac setup, say I have a authzpolicy.conf as follow for each of them most of the config are same except the groups setup.

[groups]
superdevs = me
devel= user1,user2,
custom= @devel,user3,user4


[wiki:WikiStart]
anonymous = WIKI_VIEW
[wiki:*]
anonymous =
@devel=
@custom=
[*]
@superdevs = TRAC_ADMIN
anonymous = MILESTONE_VIEW, ROADMAP_VIEW, TIMELINE_VIEW

I would love to have the authzpolicy.conf take a include or inherit from somewhere else

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 11 years ago

Milestone: undecided

All the tickets for {20} from last year have probably been seen multiple times by now, yet are still to be triaged…

comment:2 by Ryan J Ollos, 10 years ago

Cc: Ryan J Ollos added

comment:3 by Ryan J Ollos, 9 years ago

I'm considering how to resolve this ticket by utilizing new classes in config.py that are being developed in #11982 and #11339.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.