From 53d2ae2a4d0f2c80e82c9ce36a0b96891636a335 Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Mon, 27 Jan 2025 10:48:43 -0700 Subject: [PATCH] add serialNumberSource to get backend test change but not show visually until design input (#29424) --- ui/tests/helpers/openapi/expected-secret-attrs.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui/tests/helpers/openapi/expected-secret-attrs.js b/ui/tests/helpers/openapi/expected-secret-attrs.js index 373851ff8e..6ef21755e2 100644 --- a/ui/tests/helpers/openapi/expected-secret-attrs.js +++ b/ui/tests/helpers/openapi/expected-secret-attrs.js @@ -1131,6 +1131,15 @@ const pki = { label: 'Require Common Name', type: 'boolean', }, + serialNumberSource: { + defaultValue: 'json-csr', + editType: 'string', + fieldGroup: 'default', + helpText: + 'Source for the certificate subject serial number. If "json-csr" (default), the value from the JSON serial_number field is used, falling back to the value in the CSR if empty. If "json", the value from the serial_number JSON field is used, ignoring the value in the CSR.', + label: 'Serial number source', + type: 'string', + }, serverFlag: { editType: 'boolean', helpText: