backport of commit f96ecf3800 (#22875)

Co-authored-by: Thy Ton <maithytonn@gmail.com>
This commit is contained in:
hc-github-team-secure-vault-core
2023-09-07 17:29:40 -04:00
committed by GitHub
parent 6238fc261e
commit 2bcb412b82
5 changed files with 14 additions and 2 deletions

View File

@@ -131,6 +131,8 @@ type VersionedPlugin struct {
Type string `json:"type"` // string instead of consts.PluginType so that we get the string form in API responses.
Name string `json:"name"`
Version string `json:"version"`
OCIImage string `json:"oci_image,omitempty"`
Runtime string `json:"runtime,omitempty"`
SHA256 string `json:"sha256,omitempty"`
Builtin bool `json:"builtin"`
DeprecationStatus string `json:"deprecation_status,omitempty"`