From 22db889bceecac16f46ca79316ad3eeed30d8eff Mon Sep 17 00:00:00 2001 From: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:09:21 -0600 Subject: [PATCH] Update openAPI response for cert auth config (#25473) --- ui/tests/helpers/openapi/auth-model-attributes.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/tests/helpers/openapi/auth-model-attributes.js b/ui/tests/helpers/openapi/auth-model-attributes.js index 90262596fb..d4ca32c3ee 100644 --- a/ui/tests/helpers/openapi/auth-model-attributes.js +++ b/ui/tests/helpers/openapi/auth-model-attributes.js @@ -171,6 +171,12 @@ const cert = { fieldGroup: 'default', type: 'number', }, + roleCacheSize: { + editType: 'number', + fieldGroup: 'default', + helpText: 'The size of the in memory role cache', + type: 'number', + }, }, cert: { name: {