implements/extends UnprotectedRootAction in place of RootAction
On 11 April 2013 13:15, Jean Mertz <[email protected]> wrote: > I'm using a custom version of the > embeddable-build-status-plugin<https://github.com/kabisaict/embeddable-build-status-plugin/tree/shields>which > allows us to show a status badge in the project documentation. We > also use *Global Security* (using Project-based Matrix Authorization > Strategy) where Anonymous gets no access rights at all. > > This prevents us from accessing the url provided by the plugin when not > logged in. The only work-around seems to give Anonymous the "overall read" > rights. This works, but we prefer not to give any rights at all and simply > show a login screen when someone visits our Jenkins server, which is not > possible when giving anonymous the read right. > > Is there any way to mark a plugin endpoint as "outside the security > realm", by either modifying the plugin or setting this in Jenkins itself? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
