Re: Thoughts on introducing a PermissionProvider meta-inf service?

2018-10-18 Thread Jesse Glick
On Thu, Oct 18, 2018 at 3:24 PM Matt Sicker wrote: > Other than how it's loaded, any other thoughts? Well, see if you can solve some of the historical messes that are linked to from that ticket. In general I think we need some more coherent policy for managing fine-grained permissions. There

Re: Thoughts on introducing a PermissionProvider meta-inf service?

2018-10-18 Thread Matt Sicker
In that case, I could try it as an extension point first. Other than how it's loaded, any other thoughts? On Thu, Oct 18, 2018 at 2:12 PM Jesse Glick wrote: > On Thu, Oct 18, 2018 at 3:06 PM Matt Sicker wrote: > > permissions are a rather low level concern and need to be available as > soon as

Re: Thoughts on introducing a PermissionProvider meta-inf service?

2018-10-18 Thread Jesse Glick
On Thu, Oct 18, 2018 at 3:06 PM Matt Sicker wrote: > permissions are a rather low level concern and need to be available as soon > as possible Is that actually true? I would bet you could define something like this as a regular `@Extension`. There should not be anything running as non-`SYSTEM`

Thoughts on introducing a PermissionProvider meta-inf service?

2018-10-18 Thread Matt Sicker
I've been investigating what it would take to fix the permissions hierarchy where RUN_SCRIPTS should logically be above ADMINISTER. I've been pointed to a potential problem with any permission migration: https://issues.jenkins-ci.org/browse/JENKINS-17200 Since permissions are a rather low level

Re: [Jenkins-infra] ircbot repository hooks

2018-10-18 Thread Jesse Glick
On Thu, Oct 11, 2018 at 8:51 AM Jesse Glick wrote: > that means finding, or writing, an app https://developer.github.com/actions/ now looks like the easier way to do this. You would just need access to some logging system you could send brief events to. -- You received this message because

Re: Detect Matrix Project

2018-10-18 Thread Nikhil Bhoski
Thanks Stephen , thi sworks with only descriptor however is there any way that i could pass {descriptor} value as parameter to my instance class methods eg: Note that i want to send it as a string to chek the descriptor type . Thanks On Monday, 15 October 2018 12:30:34 UTC+5:30, Stephen