Accessing KVM entries using python script

Not applicable

As the vault is being deprecated, we are willing to replace it by encrypted KVMs as recemmended. With vault we are accessing entries using a python script policy. Is it possible to do this with encrypted KVMs? If yes, could you please give an example?

0 1 205
1 REPLY 1

Not applicable

Your best bet is to read the necessary values from KVM into context before executing your resource callout. IMO this is a good practice for all callouts and will prepare you for migrating to things like serverless (Google Cloud Functions for instance) infrastructure for compute tasks as you scale.