search for: authzcon

Displaying 1 result from an estimated 1 matches for "authzcon".

Did you mean: auth_conn
2006 Jul 25
1
Best place for authorization management tool?
...s current interface is either the console or raw SQL though, which makes things pretty unfriendly, so I was wondering just what would be the most idiomatic interface to such a system. I was envisioning a "authorization console" in script/ that might work like so: $ ./script/authzcon production >> allow */* for bob with priority 0 >> deny */destroy from bob with priority 1 >> allow vendors/destroy for bob with priority 10 >> flush Above, rules are controller/action pairs (permitting wildcards), and each rule is assigned a priority...