Skip to content

Commit

Permalink
UI: update expected OpenAPI attrs for test (#28242)
Browse files Browse the repository at this point in the history
* update expected OpenAPI attrs

* Add key-usage field to form

* undo add to page

---------

Co-authored-by: claire bontempo <[email protected]>
  • Loading branch information
hashishaw and hellobontempo authored Sep 3, 2024
1 parent a7026ac commit 5f2cedb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/tests/helpers/openapi/expected-secret-attrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,12 @@ const pki = {
fieldGroup: 'default',
type: 'string',
},
keyUsage: {
editType: 'stringArray',
fieldGroup: 'default',
helpText:
'A comma-separated string or list of key usages (not extended key usages). Valid values can be found at https://golang.org/pkg/crypto/x509/#KeyUsage -- simply drop the "KeyUsage" part of the name. To remove all key usages from being set, set this value to an empty list. This defaults to CertSign, CRLSign for CAs. If neither of those two set, a warning will be thrown. To use the issuer for CMPv2, DigitalSignature must be set.',
},
locality: {
editType: 'stringArray',
helpText: 'If set, Locality will be set to this value.',
Expand Down

0 comments on commit 5f2cedb

Please sign in to comment.