netzbegruenung / passbolt-salt

Integrate Passbolt into Saltstack to manage secrets in the infrastructure of your organization
MIT License
13 stars 1 forks source link

Replace GnuPG bindings to improve performance #3

Open svenseeberg opened 2 years ago

svenseeberg commented 2 years ago

The used GnuPG bindings use the gpg-agent process which decrypts secrets with a single process. This is a CPU bottleneck when rendering the pillar for many minions.