mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
UI: Add unsupportedCriticalCertExtensions to jwt config expected payload (#27996)
This commit is contained in:
@@ -607,6 +607,12 @@ const jwt = {
|
||||
label: 'Provider Config',
|
||||
type: 'object',
|
||||
},
|
||||
unsupportedCriticalCertExtensions: {
|
||||
editType: 'stringArray',
|
||||
fieldGroup: 'default',
|
||||
helpText:
|
||||
'A list of ASN1 OIDs of certificate extensions marked Critical that are unsupported by Vault and should be ignored. This option should very rarely be needed except in specialized PKI environments.',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user