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

feat: add pkiSign function to use vault pki sign api endpoint #1905

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

n-marton
Copy link

@n-marton n-marton commented Apr 3, 2024

This pull requests intends to add a function to leverage the sign api endpoint in vault pki.

This can be really useful if one plans to use a large number of certificates with low TTL, where the usage of the issue endpoint can cause high load on the vault servers. By using the sign endpoint one can shift the heaviest part of the problem (the private key generation), from server side to client side.

@n-marton n-marton force-pushed the feat/add-pkisign branch 2 times, most recently from bc92044 to 395376a Compare June 17, 2024 07:25
@eduardolmedeiros
Copy link

hey guys, any chance to have a look on that?
appreciate.

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

Successfully merging this pull request may close these issues.

2 participants