Skip to content

Commit f34b40b

Browse files
committed
fixup! fixup! Make sure to set uri_sans parameter
Signed-off-by: Tomoya Usami <[email protected]>
1 parent 7f1deb8 commit f34b40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/plugin/upstreamauthority/vault/vault_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ func (c *Client) SignIntermediate(ttl string, csr *x509.CertificateRequest) (*Si
355355
uris = append(uris, uri.String())
356356
}
357357
if len(uris) == 0 {
358-
return nil, status.Errorf(codes.InvalidArgument, "CSR must have least one URIs")
358+
return nil, status.Errorf(codes.InvalidArgument, "CSR must have at least one URI")
359359
}
360360

361361
reqData := map[string]interface{}{

0 commit comments

Comments
 (0)