Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add flag to providers/vault optionally fetch secret metadata (#219
) The `WithMeta` flag specifies whether the secret should be returned with its metadata. This is useful in most cases where the secret metadata is not required. This also allows the secret to be read as `k.String("value")` instead of `k.String("data.value")`.
- Loading branch information