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

CA_Chain Property added to GET request #85

Open
mdaugherty112 opened this issue May 10, 2021 · 0 comments
Open

CA_Chain Property added to GET request #85

mdaugherty112 opened this issue May 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@mdaugherty112
Copy link

BUSINESS PROBLEM
When getting a certificate from Venafi Secrets Engine you get the certificate_chain, but in our case we need the ca_chain. I noticed that ca_chain is available on POST request and wondered if it could be added to GET also. This will allow us to just pull the chain instead of pulling the certificate chain and having to take extra engineering steps to remove the certificate.

PROPOSED SOLUTION
Add Property ca_chain to GET request

CURRENT ALTERNATIVES
Once you get the certificate chain you have to use regex or special tools to pull out the certificate.

@mdaugherty112 mdaugherty112 added the enhancement New feature or request label May 10, 2021
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