camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
40 stars 38 forks source link

perf:(rest): Add cache for the Cloud Function proxy credentials #2772

Closed johnBgood closed 3 months ago

johnBgood commented 3 months ago

Description

Adds a cache for the Cloud Function proxy credentials.

The current implementation allows for one cache per HttpService instance. The following connectors use this service:

Related issues

closes https://github.com/camunda/connectors/issues/645

johnBgood commented 3 months ago

@sbuettner I fixed the UTs, need one more approval :)