open-vault/builtin
Steven Clark 7bc9cd2867
Protect against key and issuer name re-use (#15481)
* Protect against key and issuer name re-use
 - While importing keys and issuers verify that the provided name if any has not been used by another key that we did not match against.
 - Validate an assumption within the key import api, that we were provided a single key
 - Add additional tests on the new key generation and key import handlers.

* Protect key import api end-users from using "default" as a name
 - Do not allow end-users to provide the value of default as a name for key imports
   as that would lead to weird and wonderful behaviors to the end-user.

* Add missing api-docs for PKI key import
2022-05-18 10:31:39 -04:00
..
audit Fix some linting errors (#12860) 2021-10-18 17:29:47 -07:00
credential auth/okta: Add support for Okta number challenge (#15361) 2022-05-11 17:09:29 -07:00
logical Protect against key and issuer name re-use (#15481) 2022-05-18 10:31:39 -04:00
plugin plugin/catalog: support plugin registration when type is explicitly provided (#14142) 2022-02-17 18:40:33 -08:00