Skip to content

Commit

Permalink
add enableMetadataOnFailures attr
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo committed Dec 2, 2024
1 parent 4b456ff commit d812c03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/tests/helpers/openapi/expected-auth-attrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,12 @@ const cert = {
fieldGroup: 'default',
type: 'boolean',
},
enableMetadataOnFailures: {
editType: 'boolean',
fieldGroup: 'default',
helpText: 'If set, metadata of the client certificate will be returned on authentication failures.',
type: 'boolean',
},
ocspCacheSize: {
editType: 'number',
helpText: 'The size of the in memory OCSP response cache, shared by all configured certs',
Expand Down

0 comments on commit d812c03

Please sign in to comment.