Closed jamiewinder closed 9 months ago
Thanks for the request, jamiewinder. Unfortunately we have no plans to do client processing in the caching library of secret values. One thing you could look into is leveraging the SecretCacheHook to do some processing in your application.
I often find myself reading a secret and transforming it somehow. Usually converting it from JSON into a POCO.
As far as I can tell, there is no way to cache this transformed value, just the original string / binary. It seems being able to cache the transformed value would be much more useful.