Closed dowlingw closed 3 years ago
Hey @dowlingw,
Thank you for the Pull Request. Do you happen to know if a newer version of puppet changed/removed the methods i was originally using which caused the caching to be broken for you?
Thanks!
Puppet::LookupContext
is still supported, but having a look through history it looks like the context.cache()
was never implemented for the access token in lookup.rb
, so from what I can see this has likely never been caching the access token.
Modifies
lookup.rb
to cache managed identity access token to resolve #65