From c6af47f77e19e3b832be96040cb022b68c53cf98 Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Mon, 13 May 2024 10:56:14 -0600 Subject: [PATCH] add in open api attr to expected test result (#26980) --- ui/tests/helpers/openapi/expected-secret-attrs.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui/tests/helpers/openapi/expected-secret-attrs.js b/ui/tests/helpers/openapi/expected-secret-attrs.js index cab5150633..b654810131 100644 --- a/ui/tests/helpers/openapi/expected-secret-attrs.js +++ b/ui/tests/helpers/openapi/expected-secret-attrs.js @@ -1068,6 +1068,13 @@ const pki = { fieldGroup: 'default', type: 'boolean', }, + noStoreMetadata: { + editType: 'boolean', + helpText: + 'If set, if a client attempts to issue or sign a certificate with attached metadata to store, the issuance / signing instead fails.', + fieldGroup: 'default', + type: 'boolean', + }, notAfter: { editType: 'string', helpText: