IMPORTANT NOTES
- The AWS Secrets Manager Agent is now the AWS Workload Credentials Provider. The provider now supports automated retrieval and deployment of certificates from AWS Certificate Manager (only supported on Amazon EC2 and on-premises hosts) in addition to retrieval of secrets from AWS Secrets Manager.
- AWS Secrets Manager HTTP behavior remains identical. Starting up the Secrets Manager provider now requires calling
aws_workload_credentials_provider asm startinstead ofaws_secretsmanager_agent. All other ASM functionality remains the same. Refer to the README for more information and setup instructions.
Changes
- Add harden-runner to all workflows. by @simonmarty in #208
- Update dependencies by @simonmarty in #210
- Add ACM (AWS Certificate Manager) test environment variables to CI workflow by @i-am-SR in #214
- Add ACM provider and update crate names by @robertgodfrey in #215
- fix: Shorten Linux user/group names by @i-am-SR in #218
New Contributors
- @robertgodfrey made their first contribution in #215
Full Changelog: v2.1.0...v3.0.0