Skip to content

Commit 743622f

Browse files
Updated description to clarify that quotes need to be escaped in metadata.
1 parent 32807f7 commit 743622f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fields.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ be larger than the role max TTL.`,
7777
}
7878

7979
fields["metadata"] = &framework.FieldSchema{
80-
Type: framework.TypeString,
81-
Description: `Metadata in JSON format to be passed along with the signing request and associated with the certificate in Command.`,
80+
Type: framework.TypeString,
81+
Description: `Metadata in JSON format to be passed along with the signing request and associated with the certificate in Command.
82+
Quotation marks should be escaped.
83+
Example: ... metadata='{ \"testMetadata\": \"arbitrary string value\" }`,
8284
}
8385

8486
return fields

0 commit comments

Comments
 (0)