-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Certificate API - Delete/recover/purge certificates (#487)
- Adds new certificate controller endpoint for delete certificate - Adds new certificate controller endpoint for recover certificate - Adds new certificate controller endpoint for purge certificate - Adds new certificate controller endpoint for get deleted certificate - Adds new certificate controller endpoint for get deleted certificates - Adds new certificate controller endpoint for pending deleted operation - Minor refactoring in related code of key/secret controllers - Changes CertificateVaultFake to forward delete/purge/recover calls to the managed entities - Adds new tests to cover new CertificateVaultFake features - Adds new integration tests to cover new CertificateController endpoints - Adds new end-to-end tests to cover new CertificateController endpoints - Removes recovery specific information from certificate policy models - Updates documentation Resolves #478 {minor} Signed-off-by: Esta Nagy <nagyesta@gmail.com>
- Loading branch information
Showing
23 changed files
with
838 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.