vault
vault copied to clipboard
adding non-nil validation check before caching an entry.
@alekh2 is attempting to deploy a commit to the HashiCorp Team on Vercel.
A member of the Team first needs to authorize it.
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement
Learn more about why HashiCorp requires a CLA and what the CLA includes
Have you signed the CLA already but the status is still pending? Recheck it.
Caching the absence of a storage entry is a valid thing to do, to prevent needing to re-check its absence with the storage backend later. See #18251 for further discussion.
As @maxb mentioned, this is expected and documented behavior, so I'll go ahead and close this PR now. Thanks!