Thank you! We need help figuring out how to rely on the cxf.xml rather than coding our own configuration for auth+tls and whatever else is configurable via cxf.xml (http/2?).
Many, many thanks! On Sat, Apr 23, 2022 at 5:38 PM Sergey Beryozkin <sberyoz...@gmail.com> wrote: > Hey Andriy > > Great stuff, glad to hear, it is a collection of JAX-RS endpoints backed up > by CXF, so the team needs some help to setup HTTPS, Basic (and possibly > bearer JWT token verification going forward), I can help with clarifying > some details related to JWT, CXF has everything related to it... > > Cheers, Sergey > > On Sat, Apr 23, 2022 at 8:02 PM Andriy Redko <drr...@gmail.com> wrote: > > > Hi Tim & Sergey, > > > > Yeah, sure, happy to help here. I think I understood the problem, will > try > > to > > look shortly on how to address that in context of Tika Server (I have > never > > used the server-based deployment of Tika yet). > > > > Best Regards, > > Andriy Redko > > > > SB> Hi Tim > > > > SB> Apologies I'm totally occupied with Quarkus right now, I'm sorry it > > SB> consumes all the time. > > SB> Andriy, if you could help the Tika colleagues then it would be great, > > as > > SB> you've helped with integrating Tika in Apache CXF as well, recall how > > we > > SB> enjoyed the presentation about Tika at one of ASF Conferences :-). > > > > SB> Cheers, Sergey > > > > SB> On Thu, Apr 21, 2022 at 10:55 PM Tim Allison <talli...@apache.org> > > wrote: > > > > >> Friends and colleagues, > > > > >> Over on Apache Tika, our server has been using cxf for a long time. > > >> We've been very happy with its capabilities and robustness. So, thank > > >> you! > > > > >> Recently we were asked to add TLS, and we managed to do so > > >> programmatically[0]. The requestor on that issue noted that it would > > >> be great if we could use the regular cxf.xml file configuration > > >> process[1]. Further, the requestor noted that if he put a cxf.xml > > >> file on his class path, a separate jetty server was spun up. Are > > >> there better ways we can use CXF and its configuration process? > > >> This is how we're initializing the server [2]. > > > > >> Thank you! > > > > >> Best, > > > > >> Tim > > > > >> [0] > > >> > > > https://github.com/apache/tika/blob/TIKA-3719/tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/TikaServerProcess.java#L259 > > > > >> [1] > > >> > > > https://issues.apache.org/jira/browse/TIKA-3725?focusedCommentId=17526098&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17526098 > > > > >> [2] > > >> > > > https://github.com/apache/tika/blob/main/tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/TikaServerProcess.java#L234 > > > > >