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

[IMPROVEMENT] Add new PKI routes - Read Issuer Certificate #65

Open
jon5477 opened this issue Dec 1, 2024 · 0 comments
Open

[IMPROVEMENT] Add new PKI routes - Read Issuer Certificate #65

jon5477 opened this issue Dec 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jon5477
Copy link

jon5477 commented Dec 1, 2024

Is your feature request related to a problem? Please describe.
This is not related to a problem, but I believe it is a request for adding missing API calls to this driver.

In the PKI section of the Vault API, I believe there is missing functionality for reading the CA certificate for the following routes:

Method Path Issuer Format
GET /pki/cert/ca default JSON
GET /pki/ca default DER
GET /pki/ca/pem default PEM
GET /pki/issuer/:issuer_ref/json Selected JSON
GET /pki/issuer/:issuer_ref/der Selected DER
GET /pki/issuer/:issuer_ref/pem Selected PEM

You can refer to the documentation in the section Read Issuer Certificate

Describe the solution you'd like
If these route implementations already exist, please point me in the correct direction.

Describe alternatives you've considered
I know these routes could be self-implemented in my application, but I wish to contribute these implementations to the OSS driver.

Additional context
I've already begun making some changes here, feedback would be welcomed.

@jon5477 jon5477 added the enhancement New feature or request label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant