Hi! The actual management console webapp is just a plain react app without any backend, so there's no Vertx Router going underneath it. The new image is simply using httpd to serve the static contents of the webapp.
On Tue, 13 May 2025 at 18:09, ricardo zanini fernandes < [email protected]> wrote: > Hi! > > The image is in this package: > > > https://github.com/apache/incubator-kie-tools/tree/main/packages/kogito-management-console > > And the webapp here: > > > https://github.com/apache/incubator-kie-tools/tree/main/packages/runtime-tools-management-console-webapp > > I don't maintain this image or the app, so I can't help you further > than that. > > Cheers! > > On Tue, May 13, 2025 at 7:27 AM Gulzaib Gondal <[email protected]> wrote: > > > Please guide how to build custom management console docker image from > > changed vertex router. Changes in this class I hope its the correct place > > to intercept requests org.kie.kogito.mgmt.VertexRouter > > > > > > > > ---------- Forwarded message --------- > > From: Gulzaib Gondal <[email protected]> > > Date: Tue, 13 May 2025 at 07:59 > > Subject: Re: vertex router and build you own management console image > > To: <[email protected]> > > > > > > It might be my internal logic picking up tenant from oidc sure i can > raise > > pr let me follow other link too > > > > thanks > > Gul > > > > On Tue, 13 May 2025 at 02:39, Ricardo Zanini <[email protected]> > > wrote: > > > > > Hi! Can't you send a PR to fix the management console instead? > > > > > > Also, we've moved to this list: > > > https://kie.apache.org/docs/community/ > > > > > > Cheers! > > > -- > > > Zanini > > > > > > > > > On Mon, May 12, 2025 at 1:42 AM Gulzaib Gondal <[email protected]> > > wrote: > > > > > >> Hi, > > >> > > >> As per what i deduced org.kiye.kogito.mgmt.VertexRouter handle calls > > from > > >> kogito management console react front end and using that i can > interrupt > > >> requests in the middle if i want to base on my internal logic, if I am > > >> correct, I have done necessary changes how would i make it part of > > >> management console docker image cannot find any guide. > > >> > > >> Gul > > >> > > >> -- > > >> You received this message because you are subscribed to the Google > > Groups > > >> "Kogito development mailing list" group. > > >> To unsubscribe from this group and stop receiving emails from it, send > > an > > >> email to [email protected]. > > >> To view this discussion visit > > >> > > > https://groups.google.com/d/msgid/kogito-development/6b0bf2f2-bb07-45f6-b9bc-96a254741fd0n%40googlegroups.com > > >> < > > > https://groups.google.com/d/msgid/kogito-development/6b0bf2f2-bb07-45f6-b9bc-96a254741fd0n%40googlegroups.com?utm_medium=email&utm_source=footer > > > > > >> . > > >> > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Kogito development mailing list" group. > > > To unsubscribe from this group and stop receiving emails from it, send > an > > > email to [email protected]. > > > To view this discussion visit > > > > > > https://groups.google.com/d/msgid/kogito-development/CAGVeHuUkeyKZimwaY%2Bp-bEsxTHhE%3DPcP%3DwsOHGdewKsuvJXZhg%40mail.gmail.com > > > < > > > https://groups.google.com/d/msgid/kogito-development/CAGVeHuUkeyKZimwaY%2Bp-bEsxTHhE%3DPcP%3DwsOHGdewKsuvJXZhg%40mail.gmail.com?utm_medium=email&utm_source=footer > > > > > > . > > > > > >
