CyberSource / cybersource-sdk-java

Java SDK for CyberSource Simple Order API
Other
51 stars 84 forks source link

Caching of merchant keys optional #95

Closed igorrohal closed 4 years ago

igorrohal commented 6 years ago

Added a new configuration identitiesCacheEnabled which default to true and enabled switching off caching of merchant secret keys.

We have a multi-tenant use case where secret keys are loaded per tenant and it is possible that:

For these reasons we need the caching mechanism for secret keys that is currently in the SDK to become optional. This pull request should provide this possibility.

Thanks a lot

mahendya1002 commented 4 years ago

this feature was added, check readme for certificateCacheEnabled. Hence closing the PR.