Camunda Version : 7.20.0 with Springboot starter
I am using engine-rest with LDAP authentication and it seems to making LDAP calls for each api request to engine-rest.
Is this possible to reuse authentication ( cache ?) on Camunda server to save some calls to LDAP servers.
Why : During performance testing we are hitting rate limiting from LDAP servers.
Thanks @Ingo_Richtsmeier for link.
I am able to bypass the rest auth with less effort as I am using springboot starter so tweaking rest auth filter is less complicated.
Seems like no auth caching is possible due to stateless design of engine-rest.