Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Vault issuers #69

Open
andronov-alexey opened this issue Nov 14, 2023 · 0 comments
Open

Add support for Vault issuers #69

andronov-alexey opened this issue Nov 14, 2023 · 0 comments

Comments

@andronov-alexey
Copy link

andronov-alexey commented Nov 14, 2023

Suggested changes

POST /pki//issuer/{issuer_ref}/json implemented by issuer::read
POST /pki/issuers/{issuer_ref}/sign-intermediate implemented by issuer::sign_intermediate
POST /pki/issuers/import/bundle implemented by issuer::import
POST /pki/config/issuers implemented by issuer::set_default
DELETE /pki/issuer/{issuer_ref} implemented by issuer::delete

POST /pki/intermediate/cross-sign implemented by cert::ca::int::cross_sign
DELETE /pki/key/{key_ref} implemented by key::delete

Pull request

#68

Prerequisites

Merge PR in dockertest-server repo that adds support for testing with newest Vault versions (>1.13.3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant