Skip to content

Concurrent decryption of secrets#301

Open
andyyu2004 wants to merge 2 commits intoviaduct-ai:masterfrom
andyyu2004:parallel
Open

Concurrent decryption of secrets#301
andyyu2004 wants to merge 2 commits intoviaduct-ai:masterfrom
andyyu2004:parallel

Conversation

@andyyu2004
Copy link
Copy Markdown

ksops can be too slow when each decrypt is slow and there are a large numbers of secrets. This uses an errgroup with a configurable limit to help.

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. kind:enhancement New feature or request labels Sep 7, 2025
@dosubot
Copy link
Copy Markdown

dosubot bot commented Sep 7, 2025

Related Documentation

Checked 3 published document(s). No updates required.

How did I do? Any feedback?  Join Discord

@devstein
Copy link
Copy Markdown
Collaborator

devstein commented Sep 9, 2025

Hey @andyyu2004 appreciate the contribution! I'll review in the coming weeks.

Out of curiosity many secrets are you decrypting?

@andyyu2004
Copy link
Copy Markdown
Author

Thanks! Only about 10, but each takes over a second since I'm quite far from the secret store.

@andyyu2004
Copy link
Copy Markdown
Author

Hi @devstein, a ping for review if you guys have time. I've been running this patch in production argocd for months and it seems good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants