Update openAPI response for cert auth config (#25473)

This commit is contained in:
Chelsea Shaw 2024-02-16 10:09:21 -06:00 committed by GitHub
parent b5cbc8b986
commit 22db889bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {