github aws/aws-secretsmanager-agent v1.2.0

latest releases: v2.0.0, v1.2.1
4 months ago

NOTE: This release includes a minor update for a versioning error in the previous release (v1.1.0) which caused the agent to report its current version as v1.0.1 instead of v1.1.0.

  • NEW: The agent can now be built with two new feature flags that improve security posture:
    • prefer-post-quantum: enables post-quantum key exchange by making X25519MLKEM768 the highest-priority key exchange algorithm.
    • fips: restricts the cipher suites used by the agent to only FIPS-approved ciphers.
  • NEW: A new config option, log_to_file, can be used to control whether the agent writes logs to a file (default) or to stdout/stderr. Setting this option tofalse allows the agent to work correctly with journald when running the agent as a systemd service.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Don't miss a new aws-secretsmanager-agent release

NewReleases is sending notifications on new releases.