mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Update openAPI response for cert auth config (#25473)
This commit is contained in:
parent
b5cbc8b986
commit
22db889bce
1 changed files with 6 additions and 0 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue