File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
website/content/api-docs/system Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,9 @@ supplied name.
156
156
See [ /sys/plugins/runtimes/catalog] ( /vault/api-docs/system/plugins-runtimes-catalog ) for additional information.
157
157
158
158
- ` version ` ` (string: "") ` - Specifies the semantic version of the plugin. Used as the tag
159
- when specifying ` oci_image ` , but with any leading 'v' trimmed. This is required to register
160
- with a plugin artifact but optional when registering with a plugin binary.
159
+ when specifying ` oci_image ` , but with any leading 'v' trimmed. You can
160
+ omit version to register a plugin binary, but you must provide an
161
+ explicit version to register a plugin artifact.
161
162
162
163
- ` sha256 ` ` (string: "") ` – The SHA256 sum of a plugin binary or the OCI image.
163
164
Before a plugin is run, its SHA will be checked against this value. If the actual SHA of the
You can’t perform that action at this time.
0 commit comments