Can you share code? I would assume a root action with no auth wouldn't care about ... wait when you say splash screen, do you mean the "jenkins is starting up" or the "welcome wizard"? I would assume a root action wouldn't care about the welcome wizard, but the starting up screen my only guess is you have to have some sort of init hook that changes the order of things.
https://github.com/jenkinsci/prometheus-plugin/blob/master/src/main/java/org/jenkinsci/plugins/prometheus/rest/PrometheusAction.java says unprotecetedrootaction, which probably means it doesn't wait for auth/acl to startup But these are just guesses On Tue, Feb 7, 2023 at 11:47 AM Michael Carter <[email protected]> wrote: > Short version I've got a custom prometheus stats page for my plugin. But > I want to make it available early. How does the /monitoring plugin skip > the starting splash page? Want to do the same thing? > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/dc9615d5-8840-4c30-b3f2-da956124d281n%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/dc9615d5-8840-4c30-b3f2-da956124d281n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_Duu84SYmrCTGgbvoyN6w-8-puiAKEvZUAxv_cwuG_L7Wng%40mail.gmail.com.
