You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to determine whether it’s possible to retrieve the metadata of a secret without fetching the secret itself. My goal is to first check the metadata and then decide whether to retrieve the secret using the with secret function.
Is this functionality natively supported, or would it require an enhancement?
The specific use case is to prevent the Vault Agent Injector from failing when the current version of a secret is deleted. Instead of failing, I want to be able to skip that specific secret gracefully.
Any insights or suggestions would be greatly appreciated!
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I’m trying to determine whether it’s possible to retrieve the metadata of a secret without fetching the secret itself. My goal is to first check the metadata and then decide whether to retrieve the secret using the with secret function.
Is this functionality natively supported, or would it require an enhancement?
The specific use case is to prevent the Vault Agent Injector from failing when the current version of a secret is deleted. Instead of failing, I want to be able to skip that specific secret gracefully.
Any insights or suggestions would be greatly appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: