Release Notes
Changed
- All provider features (
gcsm, awssm, vault) are now enabled by default
- AWS Secrets Manager (
awssm) provider: batch fetching via BatchGetSecretValue API,
reducing N sequential API calls to ceil(N/20) batched calls. For 30 secrets this means
2 API calls instead of 30. Note: requires the secretsmanager:BatchGetSecretValue
IAM permission in addition to existing permissions.
Install secretspec 0.8.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cachix/secretspec/releases/download/v0.8.2/secretspec-installer.sh | sh
Download secretspec 0.8.2