vault/ui/app/models/pki
Steven Clark 95a16dbafe
PKI: Add a new leaf_not_after_behavior value to force erroring in all circumstances (#28907)
* PKI: Add a new leaf_not_after_behavior value to force erroring in all circumstances

 - We introduce a new value called `always_enforce_err` for the existing
   leaf_not_after_behavior on a PKI issuer. The new value will force we
   error out all requests that have a TTL beyond the issuer's NotAfter value.

 - This will apply to leaf certificates issued through the API as did err,
   but now to CA issuance and ACME requests for which we previously changed
   the err configuration to truncate.

* Add cl

* Update UI test

* Fix changelog type
2024-11-15 11:59:54 -05:00
..
certificate UI: Move useOpenApi and getHelpUrl methods to util (#27764) 2024-07-15 10:57:06 -05:00
config UI: Move useOpenApi and getHelpUrl methods to util (#27764) 2024-07-15 10:57:06 -05:00
action.js Replace all service injects with updated import syntax (#25367) 2024-02-13 10:00:31 -07:00
issuer.js PKI: Add a new leaf_not_after_behavior value to force erroring in all circumstances (#28907) 2024-11-15 11:59:54 -05:00
key.js Replace all service injects with updated import syntax (#25367) 2024-02-13 10:00:31 -07:00
role.js UI: Move useOpenApi and getHelpUrl methods to util (#27764) 2024-07-15 10:57:06 -05:00
sign-intermediate.js UI: Move useOpenApi and getHelpUrl methods to util (#27764) 2024-07-15 10:57:06 -05:00
tidy.js PKI: Track last time auto tidy was run across restarts (#28488) 2024-09-26 09:47:11 -04:00