Hi, We're using Secret manager to store clientId and clientSecret which
are used to generate an auth token from a 3rd party service. Currently
this token is regenerated before every call to the 3rdparty service.
Which seems excessive, especially give...