Secure camunda ENDPOINT API

Hi guys,

how to secure camunda endpoint API? so that other people can’t hit my API, because i want to up in public IP.
any cant help me to explain abount this?

thanks :rocket:

Hi @budiman_rahardjo,

have a look into the docs: https://docs.camunda.org/manual/7.14/reference/rest/overview/authentication/

Hope this helps, Ingo

1 Like

@budiman_rahardjo Equivalent java config for which @Ingo_Richtsmeier is referring:

Hi Ingo,

I have followed the steps from “Configure Authentication | docs.camunda.org” and kept one system.out.println statement under ProcessEngineAuthenticationFilter.java. While running “http://localhost:8080/engine-rest/engine/” from Postman sys out was not printed in the console. Could you please suggest what I am missing here?

Thanks,
Madhu Vasala