Edge components release with Agent Proxy fixes and expanded workload events
Aembit has released new versions of the following components and packages:
- Agent Proxy 1.34.5755
- AWS Lambda Extension 1.34.175
- Agent Injector 1.34.433
- Sidecar Init 1.34.138
- Helm Chart 1.34.566
- AWS ECS Terraform 1.34.1
- Aembit CLI 1.34.5772
For the latest available versions of these components, see the Edge Components Supported Versions page.
Key Updates:
- Workload events carry the authorization chain: Agent Proxy events now include the
authorizationChainfield, an ordered list of the context IDs of the authorization events behind the request, so you can trace an event back to the directive and credential retrievals that authorized it. - Aembit-generated responses keep their outcome fields: When Aembit answers a request in place of the Server
Workload, the response event now reports the generated response’s
severity,outcome.result, andoutcome.reason. Earlier versions cleared those fields between the request and the response, so the event recorded an incomplete outcome. - Windows installer honors the gRPC keep-alive properties: The MSI now applies
AEMBIT_TENANT_GRPC_PING_INTERVAL_SECSandAEMBIT_TENANT_GRPC_PING_TIMEOUT_SECSwhen you pass them as install-time properties. See Configuring gRPC keep-alives. - Linux installer validates Agent Proxy arguments: The Linux installer script now checks Agent Proxy arguments
before it installs, so an invalid value in a numeric environment variable such as
AEMBIT_HTTP_IDLE_TIMEOUT_SECSis reported at install time. - Container image updates: Agent Injector and Sidecar Init move to a newer Debian base image, and AWS Lambda Extension updates its Go version.
Dependency security fixes also shipped in this build. See Edge components dependency security updates.