-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Api fns for arbitrary subresources and approval subresource…
… for Api<CertificateSigningRequest> (#773) * Implement CertificateSigningRequest/approve Signed-off-by: ChinYing-Li <[email protected]> * Implement Api<CertificateSigningRequest>.deny Signed-off-by: ChinYing-Li <[email protected]> * Remove unnecessary use statements in test Signed-off-by: ChinYing-Li <[email protected]> * Add patch_approval to Api<CertificateSigningRequest> Signed-off-by: ChinYing-Li <[email protected]> * Format the code Signed-off-by: ChinYing-Li <[email protected]> * Follow the convention in fn patch_approval Signed-off-by: ChinYing-Li <[email protected]> * Add Api<CertificateSigningRequest>::get_approval Signed-off-by: ChinYing-Li <[email protected]> * Implement Api<CertificateSigningRequest>::get_approval Signed-off-by: ChinYing-Li <[email protected]> * Test Api<CertificateSigningRequest>::get_approval in integration test Signed-off-by: ChinYing-Li <[email protected]>
- Loading branch information
1 parent
4d991fe
commit f076f61
Showing
3 changed files
with
135 additions
and
2 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