Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm actually trying to launch routes into jar. I actually succeed to do that but the jar is launched with spring security
i tried several command lines to deactivate it but with no success.
I upgraded to v8 of talend, the same command line worked well in v7
--spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration,org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration --spring.config.location=classpath:config/contexts/ --spring.config.name=DEV --camel.springboot.shutdownTimeout=1
Hello,
What's error are you getting when deploying your route to runtime? Could you please post your esb error log here? which will be helpful for us to understand your current situation.
Best regards
Sabrina
Hello,
My bad i wasn't clear in my explanations.
I don't have an error while deploying. We are using a healthcheck process and the fact that spring security is active, we can't do the healthcheck and the execution is considered unhealthy
Hello,
We have reported your requirement to our ESB experts already to see if there is any solution from talend and then come back to you as soon as we can.
Best regards
Sabrina
Hello,
Since 8.0.1-R2022-09, monitoring endpoints are always protected with basic authentication (See https://help.talend.com/r/en-US/8.0/studio-user-guide/running-microservice-route).
Best regards
Sabrina
Hi Sabrina,
Is there a way to deactivate the basic auth?