<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Aembit Changelog</title><description>Updates, releases, and announcements for Aembit.</description><link>https://docs.aembit-eng.com/</link><language>en-us</language><item><title>End-to-end mTLS between Client and Server Workloads with SPIFFE X.509-SVID certificates</title><link>https://docs.aembit-eng.com/changelog/entry/2026-05-21-end-to-end-mtls-with-spiffe-x509-svid-certificates/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-05-21-end-to-end-mtls-with-spiffe-x509-svid-certificates/</guid><pubDate>Thu, 21 May 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Introducing end-to-end mutual TLS (mTLS) between Client Workloads and Server Workloads using SPIFFE-compliant
X.509-SVID certificates.&lt;/p&gt;

&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;li&gt;Cloud (Tenant UI + API)&lt;/li&gt;
&lt;li&gt;EdgeAPI&lt;/li&gt;
&lt;li&gt;Terraform Provider&lt;/li&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS module&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;li&gt;AWS Lambda Layer&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported
Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Agent Proxy outbound mTLS with X.509-SVID&lt;/strong&gt;: Agent Proxy can now establish outbound mTLS connections to Server
Workloads using SPIFFE-compliant X.509-SVID certificates, with no application code changes required.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;mTLS Authentication method for Server Workloads&lt;/strong&gt;: A new authentication method, &lt;strong&gt;mTLS Authentication&lt;/strong&gt; with the
&lt;code&gt;x509 Certificate&lt;/code&gt; scheme, lets Server Workloads validate the client certificate that Agent Proxy presents during the
mTLS handshake.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;X.509-SVID Credential Provider&lt;/strong&gt;: A new Credential Provider type that issues SPIFFE-compliant X.509 certificates.
This release’s Agent Proxy update is what consumes them for outbound mTLS to Server Workloads.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;Agent Proxy can now establish outbound mTLS connections to Server Workloads using SPIFFE-compliant X.509-SVID
certificates, enabling certificate-based workload-to-workload authentication without application code changes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What’s new:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;In-memory private key&lt;/strong&gt;: Agent Proxy generates an ECDSA key pair in memory for each X.509-SVID certificate.
The private key is never written to disk and is never transmitted to Aembit Cloud.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automatic rotation at 80% of certificate lifetime&lt;/strong&gt;: Agent Proxy refreshes the certificate well before expiration,
generating a new key pair on each refresh.
In-progress mTLS connections continue using the prior certificate until they close.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;mTLS Authentication for Server Workloads&lt;/strong&gt;: A new Server Workload authentication method (&lt;strong&gt;mTLS Authentication&lt;/strong&gt;
with the &lt;code&gt;x509 Certificate&lt;/code&gt; scheme) lets the Server Workload side validate the X.509-SVID certificate that Agent
Proxy presents during the handshake.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the end-to-end workflow and procedure, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/enable-mtls&quot;&gt;Enable mTLS on a Server Workload&lt;/a&gt;.
For the authentication-method catalog, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/authentication&quot;&gt;Authentication methods and schemes&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit is introducing a new &lt;strong&gt;X.509-SVID Credential Provider&lt;/strong&gt; type that issues SPIFFE-compliant X.509 certificates
to Client Workloads, signed by an Aembit Standalone CA.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What’s new:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;SPIFFE-compliant identity in the URI Subject Alternative Name (SAN)&lt;/strong&gt;: Every issued certificate embeds the
workload’s SPIFFE ID as a URI SAN, so SPIFFE-aware Server Workloads can authenticate the Client Workload during
the TLS handshake.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Literal or dynamic Subject and SPIFFE ID&lt;/strong&gt;: Configure either field with a fixed value or with template
expressions that resolve at issuance time using workload attestation attributes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Configurable Extended Key Usage&lt;/strong&gt;: Default to &lt;code&gt;id-kp-clientAuth&lt;/code&gt; for outbound mTLS, or add
&lt;code&gt;id-kp-serverAuth&lt;/code&gt; to use the same certificate as a server credential.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Configurable certificate lifetime&lt;/strong&gt;: Set the lifetime in minutes (default 15).
Agent Proxy automatically refreshes the certificate before expiration (typically at 80% of the configured lifetime).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For setup instructions, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/spiffe-x509-svid&quot;&gt;Create an X.509-SVID Credential
Provider&lt;/a&gt;.
For concepts and the end-to-end issuance flow, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/about-spiffe-x509-svid&quot;&gt;About the X.509-SVID Credential
Provider&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Credential Provider</category><category>Server Workloads</category></item><item><title>Expanded MCP and AI IAM event coverage</title><link>https://docs.aembit-eng.com/changelog/entry/2026-05-19-expanded-mcp-and-ai-iam-event-coverage/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-05-19-expanded-mcp-and-ai-iam-event-coverage/</guid><pubDate>Tue, 19 May 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has expanded the event coverage and reporting surfaces for troubleshooting MCP and AI IAM failures:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;New &lt;code&gt;access.discovery&lt;/code&gt; event type&lt;/strong&gt;: Access Authorization Events now include an &lt;code&gt;access.discovery&lt;/code&gt; event that
lists the Client Workloads and Server Workloads Aembit Cloud considered during evaluation. Use it to diagnose
requests that match no workload or policy, or that match multiple. See
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/audit-report/access-authorization-events/#access-discovery-events&quot;&gt;Access Discovery events&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;User identity on MCP Workload Events&lt;/strong&gt;: MCP Workload Events now include a &lt;code&gt;userId&lt;/code&gt; field at
&lt;code&gt;application.mcp.userId&lt;/code&gt; for flows that involve a human identity, such as MCP Authorization Server flows. The
Workload Events view exposes a matching &lt;strong&gt;User (MCP App Protocol only)&lt;/strong&gt; filter for per-user investigations and
SIEM scoping.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Trust Provider failures emit at Error severity&lt;/strong&gt;: Trust Provider attestation failures in MCP flows now emit at
&lt;code&gt;Error&lt;/code&gt; severity rather than warning, so SIEM alerts that watch for &lt;code&gt;Error&lt;/code&gt; events catch real authorization
failures reliably.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Clearer expired-credential explanations&lt;/strong&gt;: The &lt;code&gt;access.credential&lt;/code&gt; event’s reason now identifies which token
expired and at which step, making it easier to decide between re-authentication, credential refresh, or
Credential Provider reconfiguration.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP Authorization Tracing view&lt;/strong&gt;: A new live diagnostic view in the Reporting dashboard surfaces inbound
authorization requests at the MCP Identity Gateway in real time, with the redirect URI, resource, matched Client
Workload, and policy outcome for each request. See
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/audit-report/mcp-authorization-tracing/&quot;&gt;MCP Authorization Tracing&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For an end-to-end investigation flow that uses these reporting surfaces together, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/troubleshooting/mcp-ai-iam/&quot;&gt;Troubleshoot MCP and AI IAM access&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Audit &amp; Report</category><category>MCP</category></item><item><title>MCP Identity Gateway 1.31.4955 release</title><link>https://docs.aembit-eng.com/changelog/entry/2026-05-19-mcp-identity-gateway-1-31-4955-release/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-05-19-mcp-identity-gateway-1-31-4955-release/</guid><pubDate>Tue, 19 May 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway&quot;&gt;MCP Identity Gateway&lt;/a&gt; version 1.31.4955.&lt;/p&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported
Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Session deletion&lt;/strong&gt;: Support for deleting MCP sessions, enabling clients to explicitly end MCP Identity Gateway
sessions when finished.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP-level error metrics&lt;/strong&gt;: New Prometheus metrics expose MCP protocol-level errors, giving operators visibility into
request failures at the MCP layer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Application-specific Prometheus metrics&lt;/strong&gt;: Additional Prometheus metrics scoped to the MCP Identity Gateway
application for improved observability.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>MCP</category></item><item><title>Aembit Secrets Operator CRDs graduate to v1</title><link>https://docs.aembit-eng.com/changelog/entry/2026-05-15-aembit-secrets-operator-crds-graduate-to-v1/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-05-15-aembit-secrets-operator-crds-graduate-to-v1/</guid><pubDate>Fri, 15 May 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;strong&gt;Aembit Secrets Operator 1.31.314&lt;/strong&gt; is now available.&lt;/p&gt;
&lt;p&gt;This release graduates the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/kubernetes/aso/&quot;&gt;Secrets Operator&lt;/a&gt; CRDs from &lt;code&gt;v1beta1&lt;/code&gt; to &lt;code&gt;v1&lt;/code&gt;.
Use &lt;code&gt;apiVersion: aembit.io/v1&lt;/code&gt; in your manifests—see the
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/kubernetes/aso/reference/&quot;&gt;Configuration Reference&lt;/a&gt; for the updated specs.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Aembit Secrets Operator</category></item><item><title>Aembit Secrets Operator now available</title><link>https://docs.aembit-eng.com/changelog/entry/2026-05-12-aembit-secrets-operator-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-05-12-aembit-secrets-operator-now-available/</guid><pubDate>Tue, 12 May 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;&lt;strong&gt;Aembit Secrets Operator 1.31.298&lt;/strong&gt; is now available.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/kubernetes/aso/&quot;&gt;Secrets Operator&lt;/a&gt; is a Kubernetes operator that authenticates to the
Aembit platform and synchronizes credentials into Kubernetes Secrets.
Applications consume managed secrets the same way they consume any other Kubernetes Secret.&lt;/p&gt;
&lt;p&gt;Key capabilities in this release:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Kubernetes Service Account authentication&lt;/strong&gt;: Authenticate using the operator’s in-cluster ServiceAccount token,
validated against the cluster’s OIDC endpoint.
No per-cluster signing key required.
Verified on Amazon EKS and K3s.
See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/kubernetes/aso/setup/&quot;&gt;Set up Secrets Operator&lt;/a&gt; for configuration.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;OIDC symmetric key authentication&lt;/strong&gt;: Alternatively, authenticate using OIDC tokens with symmetric key signing
(HS256) for custom claims and non-Kubernetes identity scenarios.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Proactive credential renewal&lt;/strong&gt;: Credentials refresh at 80% of their TTL, or sooner when you
configure a shorter &lt;code&gt;refreshInterval&lt;/code&gt;, ensuring applications always have a valid credential.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multi-namespace install&lt;/strong&gt;: You can now use the same Helm release name across multiple namespaces on the same
cluster without resource name conflicts.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>New Feature</category><category>Aembit Secrets Operator</category></item><item><title>MCP Identity Gateway 1.31 release</title><link>https://docs.aembit-eng.com/changelog/entry/2026-05-12-mcp-identity-gateway-1-31-release/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-05-12-mcp-identity-gateway-1-31-release/</guid><pubDate>Tue, 12 May 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway&quot;&gt;MCP Identity Gateway&lt;/a&gt; version 1.31.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;User identity on workload events&lt;/strong&gt;: The &lt;code&gt;userId&lt;/code&gt; field now appears on &lt;code&gt;mcp.request&lt;/code&gt; and &lt;code&gt;mcp.response&lt;/code&gt;
&lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway/reference-mcp-gateway/#workload-events&quot;&gt;workload events&lt;/a&gt; when the MCP client is
identified, making it easier to attribute MCP activity to authenticated users in audit reports.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Client-initiated session termination&lt;/strong&gt;: MCP clients can now end their session with the Gateway by sending an
HTTP &lt;code&gt;DELETE&lt;/code&gt; request to the &lt;code&gt;/mcp&lt;/code&gt; endpoint, per
&lt;a href=&quot;https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#session-management&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;MCP specification section 2.5.5&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;.
See &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway/reference-mcp-gateway/#session-management&quot;&gt;Session management&lt;/a&gt; for the request
contract.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>MCP</category></item><item><title>Dynamic claims now support custom environment variables</title><link>https://docs.aembit-eng.com/changelog/entry/2026-05-02-dynamic-claims-now-support-custom-environment-variables/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-05-02-dynamic-claims-now-support-custom-environment-variables/</guid><pubDate>Sat, 02 May 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Custom environment variables on Agent Proxy and Aembit CLI can now feed into OIDC and JWT-SVID
dynamic claims, gated by an explicit allowlist.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What’s new:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;AEMBIT_ENV_VAR_ALLOWLIST&lt;/code&gt;&lt;/strong&gt;: A new environment variable that defines which custom variables
Agent Proxy and Aembit CLI may capture for use in dynamic claims. By default, Agent Proxy and
Aembit CLI capture no custom variables.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Always-available Kubernetes variables&lt;/strong&gt;: &lt;code&gt;K8S_POD_NAME&lt;/code&gt;, &lt;code&gt;K8S_NAMESPACE&lt;/code&gt;, and
&lt;code&gt;KUBERNETES_PROVIDER_ID&lt;/code&gt; are now usable in dynamic claims regardless of the allowlist.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For setup instructions, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/agent-proxy/configure-custom-env-vars&quot;&gt;Configure custom environment variables for Agent Proxy&lt;/a&gt;.
For the dynamic claims expression syntax, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc#environment-variables&quot;&gt;OIDC and JWT-SVID dynamic claims&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Credential Provider</category></item><item><title>Edge components release with Oracle GA and HTTP proxy support</title><link>https://docs.aembit-eng.com/changelog/entry/2026-05-02-edge-components-release-with-oracle-ga-and-http-proxy-support/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-05-02-edge-components-release-with-oracle-ga-and-http-proxy-support/</guid><pubDate>Sat, 02 May 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS module&lt;/li&gt;
&lt;li&gt;VM Agent Proxy package&lt;/li&gt;
&lt;li&gt;Agent CLI&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;li&gt;AWS Lambda Layer&lt;/li&gt;
&lt;li&gt;Agent Injector&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported
Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Oracle Application Protocol GA&lt;/strong&gt;: &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/guides/oracle-database&quot;&gt;Oracle Database protocol
support&lt;/a&gt; is now available for production use, including
mid-connection TLS support, improved client error handling, Prometheus metrics for Oracle credential injection events,
and internal packet-handling improvements.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Upstream HTTP proxy support&lt;/strong&gt;: Agent Proxy and Aembit CLI now support &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-env-vars#agent-proxy-environment-variables&quot;&gt;upstream HTTP proxy
configuration&lt;/a&gt; for gRPC and
Server-Workload-bound HTTP/HTTPS traffic, with &lt;code&gt;NO_PROXY&lt;/code&gt; honored.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;S3 upload size restriction removed&lt;/strong&gt;: Large file uploads to &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/log-streams/aws-s3&quot;&gt;AWS S3 Log
Streams&lt;/a&gt; are now supported via streaming AWS chunked signing, removing
the previous upload size limit. See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-sigv4&quot;&gt;How Aembit uses AWS SigV4 and SigV4a&lt;/a&gt;
for more details.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Expanded credential resolver capabilities&lt;/strong&gt;: Enhanced support for credential provider resolution across deployment
types.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dynamic claims from environment variables&lt;/strong&gt;: Agent Proxy and Aembit CLI can now gather &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/agent-proxy/configure-custom-env-vars&quot;&gt;dynamic claims from
environment variables&lt;/a&gt;, controlled
by the &lt;code&gt;AEMBIT_ENV_VAR_ALLOWLIST&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CLI enhancements&lt;/strong&gt;: Aembit CLI adds the &lt;a href=&quot;https://docs.aembit-eng.com/cli-guide/reference/credentials-get&quot;&gt;&lt;code&gt;--client-workload-id&lt;/code&gt;&lt;/a&gt; flag and OIDC
token expiration validation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;General improvements&lt;/strong&gt;: Numerous stability reliability improvements across edge components.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Security upgrades&lt;/strong&gt;: Security dependency upgrades across edge components.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Improved logging and observability&lt;/strong&gt;: Improved request logging and enhanced error reporting for common failure
conditions.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Aembit CLI</category></item><item><title>Oracle Database now generally available</title><link>https://docs.aembit-eng.com/changelog/entry/2026-05-02-oracle-database-now-generally-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-05-02-oracle-database-now-generally-available/</guid><pubDate>Sat, 02 May 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Oracle Database protocol support is now available for production use.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What’s new:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Oracle Database GA&lt;/strong&gt;: Support for Oracle 19c and 21c is now available for production use.
Aembit injects username/password credentials into Oracle TNS connections at authentication time, eliminating
static database passwords without modifying your application code.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TLS connections&lt;/strong&gt;: Oracle database connections can now use TLS via the TCP/IP with TLS (TCPS) protocol.
You can enable TLS independently on the client-to-proxy and proxy-to-database sides by checking the &lt;strong&gt;TLS&lt;/strong&gt;
checkbox on the &lt;strong&gt;Port&lt;/strong&gt; and &lt;strong&gt;Forward to Port&lt;/strong&gt; fields in the Server Workload configuration.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Improved Oracle error handling&lt;/strong&gt;: Agent Proxy now returns clearer ORA-* error messages when Oracle
authentication fails, making it easier to diagnose credential injection and configuration issues.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Prometheus observability&lt;/strong&gt;: Oracle credential injection events now appear in the
&lt;code&gt;aembit_agent_proxy_credential_injections_total&lt;/code&gt; metric with &lt;code&gt;application_protocol=&amp;quot;oracleDatabase&amp;quot;&lt;/code&gt;, so you can
monitor Oracle credential operations alongside other supported protocols.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For setup instructions, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/guides/oracle-database&quot;&gt;Create an Oracle Database Server Workload&lt;/a&gt;.
For a technical overview, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/databases/about-oracle-databases&quot;&gt;About Oracle Databases&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Server Workloads</category></item><item><title>OAuth 2.0 Authorization Code now uses centralized callback URL</title><link>https://docs.aembit-eng.com/changelog/entry/2026-04-28-oauth-2-0-authorization-code-now-uses-centralized-callback-url/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-04-28-oauth-2-0-authorization-code-now-uses-centralized-callback-url/</guid><pubDate>Tue, 28 Apr 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The OAuth 2.0 Authorization Code Credential Provider now uses a centralized callback URL and supports
an optional Final Redirect URL that supports custom or embedded integration scenarios.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What’s new:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Centralized Callback URL&lt;/strong&gt; - OAuth 2.0 Authorization Code Credential Providers now use a single,
centralized callback URL shared across Credential Providers on your Aembit stack.
If you previously registered a per-tenant callback URL with a third-party provider, you don’t need to take any action.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Final Redirect URL&lt;/strong&gt; - A new optional field that redirects users to a specified URL after completing
the OAuth authorization flow, instead of returning to the Aembit Credential Provider page.
Contact &lt;a href=&quot;https://aembit.io/contact&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Aembit support&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt; to enable this feature.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For details, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/oauth-authorization-code&quot;&gt;OAuth 2.0 Authorization Code Credential Provider&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Credential Provider</category></item><item><title>Faster Aembit-minted token generation</title><link>https://docs.aembit-eng.com/changelog/entry/2026-04-21-faster-aembit-minted-token-generation/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-04-21-faster-aembit-minted-token-generation/</guid><pubDate>Tue, 21 Apr 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit optimized how it generates tokens for Credential Providers and MCP authorization flows.
This reduces latency and improves scalability, especially for MCP-based use cases.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Credential Provider</category><category>MCP</category></item><item><title>Agent Proxy now honors HTTP proxy environment variables</title><link>https://docs.aembit-eng.com/changelog/entry/2026-04-17-agent-proxy-now-honors-http-proxy-environment-variables/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-04-17-agent-proxy-now-honors-http-proxy-environment-variables/</guid><pubDate>Fri, 17 Apr 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS module&lt;/li&gt;
&lt;li&gt;VM Agent Proxy package&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;li&gt;AWS Lambda Layer&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Agent Proxy now honors &lt;code&gt;HTTP_PROXY&lt;/code&gt;, &lt;code&gt;HTTPS_PROXY&lt;/code&gt;, and &lt;code&gt;NO_PROXY&lt;/code&gt; environment variables.
If your network routes outbound traffic through an HTTP proxy, you can configure these
environment variables so that Agent Proxy routes its outbound connections through
the proxy.&lt;/p&gt;
&lt;p&gt;For details, see
&lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-env-vars#agent-proxy-environment-variables&quot;&gt;Agent Proxy environment variables&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported
Versions&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>Agent Controller now honors HTTP proxy environment variables</title><link>https://docs.aembit-eng.com/changelog/entry/2026-04-15-agent-controller-now-honors-http-proxy-environment-variables/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-04-15-agent-controller-now-honors-http-proxy-environment-variables/</guid><pubDate>Wed, 15 Apr 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released Agent Controller version 1.30.3384.&lt;/p&gt;
&lt;p&gt;Agent Controller now honors &lt;code&gt;HTTP_PROXY&lt;/code&gt;, &lt;code&gt;HTTPS_PROXY&lt;/code&gt;, and &lt;code&gt;NO_PROXY&lt;/code&gt; environment variables.
If your network routes outbound traffic through an HTTP proxy, you can configure these
environment variables so that Agent Controller routes its outbound connections through
the proxy.&lt;/p&gt;
&lt;p&gt;For details, see
&lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-env-vars#agent-controller-environment-variables&quot;&gt;Agent Controller environment variables&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Controller</category></item><item><title>Refresh token support for MCP authorization flows</title><link>https://docs.aembit-eng.com/changelog/entry/2026-04-07-refresh-token-support-for-mcp-authorization-flows/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-04-07-refresh-token-support-for-mcp-authorization-flows/</guid><pubDate>Tue, 07 Apr 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;OIDC ID Token and Aembit Access Token Credential Providers now support refresh tokens for
&lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/authorization-server/&quot;&gt;MCP Authorization Server&lt;/a&gt; flows.
This feature applies exclusively to MCP Authorization Server use cases.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What’s new:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An &lt;strong&gt;Enable Refresh Token Support&lt;/strong&gt; option on OIDC ID Token and Aembit Access Token Credential Providers.&lt;/li&gt;
&lt;li&gt;An &lt;strong&gt;Absolute Token Lifetime&lt;/strong&gt; setting that controls how long refresh tokens remain valid for exchanging for new access
tokens after initial issuance.&lt;/li&gt;
&lt;li&gt;Refresh tokens are single-use. Each exchange returns a new refresh token.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;When enabled, the MCP Authorization Server returns refresh tokens alongside access tokens during OAuth token requests.
MCP clients can exchange a refresh token for a new access token and a new refresh token, maintaining an active session
without completing a new authorization flow.
Other credential flows, such as Agent Proxy, are not affected by this setting.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To use this feature&lt;/strong&gt;, edit your Credential Provider, toggle &lt;strong&gt;Enable Refresh Token Support&lt;/strong&gt; to on, and set the
&lt;strong&gt;Absolute Token Lifetime&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;For details, see
&lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#token-refresh&quot;&gt;Token refresh&lt;/a&gt;,
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/oidc-id-token&quot;&gt;OIDC ID Token&lt;/a&gt;, and
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aembit-access-token&quot;&gt;Aembit Access Token&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Credential Provider</category><category>MCP</category></item><item><title>MCP Identity Gateway 1.30 release</title><link>https://docs.aembit-eng.com/changelog/entry/2026-04-03-mcp-identity-gateway-1-30-release/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-04-03-mcp-identity-gateway-1-30-release/</guid><pubDate>Fri, 03 Apr 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway&quot;&gt;MCP Identity Gateway&lt;/a&gt; version 1.30.4549.&lt;/p&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported
Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Gateway now &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/#security-model&quot;&gt;authenticates requests before proxying&lt;/a&gt; them to upstream MCP servers (new default behavior)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway/reference-mcp-gateway/#tool-methods&quot;&gt;Tool annotations&lt;/a&gt; are included in MCP responses&lt;/li&gt;
&lt;li&gt;The Gateway returns HTTP 405 for GET requests to the MCP endpoint&lt;/li&gt;
&lt;li&gt;Unauthorized (401) responses now include additional metadata for easier troubleshooting&lt;/li&gt;
&lt;li&gt;Errors from upstream MCP servers are forwarded to MCP clients&lt;/li&gt;
&lt;li&gt;The Gateway honors the &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway/env-vars-mcp-gateway/#aembit_trusted_issuer_domains&quot;&gt;&lt;code&gt;AEMBIT_TRUSTED_ISSUER_DOMAINS&lt;/code&gt;&lt;/a&gt; environment variable for trusted issuer configuration&lt;/li&gt;
&lt;li&gt;A new &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway/env-vars-mcp-gateway/#aembit_metrics_port&quot;&gt;metrics endpoint&lt;/a&gt; provides Gateway operational metrics on a configurable port&lt;/li&gt;
&lt;li&gt;Improved compatibility with Claude Desktop and other MCP clients&lt;/li&gt;
&lt;li&gt;Improved handling of MCP servers that don’t support &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/#mcp-resource-support&quot;&gt;resources&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;General improvements to session management, installer reliability, and internal performance&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>MCP</category></item><item><title>MCP Authorization Server now supports unauthenticated flows</title><link>https://docs.aembit-eng.com/changelog/entry/2026-03-31-mcp-authorization-server-now-supports-unauthenticated-flows/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-03-31-mcp-authorization-server-now-supports-unauthenticated-flows/</guid><pubDate>Tue, 31 Mar 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit’s MCP Authorization Server now supports OAuth flows that don’t require end-user authentication.
This enables use cases like ChatGPT apps and other MCP integrations where user sign-in isn’t needed or desired.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What’s new:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An &lt;strong&gt;Enforce SSO&lt;/strong&gt; option on Client Workloads with the
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/client-workloads/identification/redirect-uri&quot;&gt;Redirect URI&lt;/a&gt; identifier type.
Enforce SSO is on by default, preserving the current behavior of requiring user authentication.&lt;/li&gt;
&lt;li&gt;When &lt;strong&gt;Enforce SSO is on&lt;/strong&gt;, a multi-select dropdown lets you choose which SSO identity providers appear on the MCP
authentication page.
By default, all configured identity providers are selected.&lt;/li&gt;
&lt;li&gt;When &lt;strong&gt;Enforce SSO is off&lt;/strong&gt;, the MCP Authorization Server issues access tokens without redirecting users to an
identity provider.
No Trust Provider is needed, but a Credential Provider is still required.&lt;/li&gt;
&lt;li&gt;Access Policies still apply as an authorization control.
You can turn off policies or entities to block token issuance.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;To use this feature&lt;/strong&gt;, edit your Client Workload, select the Redirect URI client identifier, and configure
&lt;strong&gt;Enforce SSO&lt;/strong&gt; under &lt;strong&gt;MCP Authorization Configuration&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;For details, see
&lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/authorization-server/#authentication-support&quot;&gt;Authentication support&lt;/a&gt; and
&lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/authorization-server/concepts-mcp-auth-server/#mcp-authorization-server-architecture&quot;&gt;MCP Authorization Server architecture&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>New Feature</category><category>MCP</category></item><item><title>MCP Identity Gateway now supports MCP resources</title><link>https://docs.aembit-eng.com/changelog/entry/2026-03-17-mcp-identity-gateway-now-supports-mcp-resources/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-03-17-mcp-identity-gateway-now-supports-mcp-resources/</guid><pubDate>Tue, 17 Mar 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released MCP Identity Gateway version 1.29.4419.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;MCP resource support for the Identity Gateway&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;The MCP Identity Gateway now proxies &lt;strong&gt;MCP resource requests&lt;/strong&gt; in addition to tool requests.
MCP servers that expose resources (such as files, database schemas, or application data) are now accessible
through the Gateway with the same identity-aware access policies, credential isolation, and audit logging
that govern tool invocations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What’s new:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;resources/list&lt;/code&gt;&lt;/strong&gt; discovers available resources across all assigned MCP servers.
The Gateway fans out the request and aggregates results from all connected servers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;resources/read&lt;/code&gt;&lt;/strong&gt; retrieves a specific resource by URI from the appropriate MCP server.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;No action required.&lt;/strong&gt; Resource support is available automatically after upgrading to MCP Identity Gateway
1.29.4419.
Your existing access policies, Trust Providers, and Credential Providers apply to resource requests with no
configuration changes.&lt;/p&gt;
&lt;p&gt;For details, see
&lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway/concepts-mcp-gateway/#mcp-resource-support&quot;&gt;MCP resource support&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>New Feature</category><category>MCP</category></item><item><title>Edge components release with S3 stability and OpenShift improvements</title><link>https://docs.aembit-eng.com/changelog/entry/2026-03-11-edge-components-release-with-s3-stability-and-openshift-improvements/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-03-11-edge-components-release-with-s3-stability-and-openshift-improvements/</guid><pubDate>Wed, 11 Mar 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS module&lt;/li&gt;
&lt;li&gt;VM Agent Proxy package&lt;/li&gt;
&lt;li&gt;VM Agent Controller package&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;li&gt;Agent Controller&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported
Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Apply stability improvements for S3 uploads and downloads&lt;/li&gt;
&lt;li&gt;Improve Helm Chart compatibility across Kubernetes platforms including Red Hat OpenShift (ROSA)&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Agent Controller</category></item><item><title>Oracle Database support enters beta with new process-based identifiers</title><link>https://docs.aembit-eng.com/changelog/entry/2026-02-26-oracle-database-support-enters-beta-with-process-based-identifiers/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-02-26-oracle-database-support-enters-beta-with-process-based-identifiers/</guid><pubDate>Thu, 26 Feb 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;VM Agent Proxy package&lt;/li&gt;
&lt;li&gt;VM Agent Controller package&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;li&gt;AWS Lambda Layer&lt;/li&gt;
&lt;li&gt;Agent Injector&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;li&gt;Agent Controller&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported
Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Oracle Database protocol support (Limited Beta)&lt;/li&gt;
&lt;li&gt;Support Process Command Line and Process Path client workload identification&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit’s Agent Proxy now supports the &lt;strong&gt;Oracle Database&lt;/strong&gt; application protocol in Limited Beta.
This enables Aembit to manage access for client workloads connecting to Oracle databases by intercepting the TNS wire
protocol and injecting credentials transparently.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Username/password credential injection for Oracle 19c and 21c databases (12C password verifier only)&lt;/li&gt;
&lt;li&gt;Support for thin Oracle clients (Java, Python), with experimental thick client support&lt;/li&gt;
&lt;li&gt;Tested with AWS RDS for Oracle and containerized Oracle environments&lt;/li&gt;
&lt;li&gt;Transparent steering on Linux VM deployments&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For setup instructions, see the
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/guides/oracle-database&quot;&gt;Oracle Database Server Workload guide&lt;/a&gt;.
For an overview of how Oracle protocol support works, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/databases/about-oracle-databases&quot;&gt;About Oracle Databases&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit’s Agent Proxy now supports &lt;strong&gt;Process Command Line&lt;/strong&gt; and &lt;strong&gt;Process Path&lt;/strong&gt; as Client Workload identifiers.
These identifiers allow you to identify client workloads based on their full command line or executable path,
providing more granular control over which applications can access your protected resources.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Process Command Line&lt;/strong&gt;: Identify workloads by the full command used to start them, including arguments.
Supports wildcard matching to target specific arguments (for example, &lt;code&gt;*--env production*&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Process Path&lt;/strong&gt;: Identify workloads by the exact filesystem path of the executable.&lt;/li&gt;
&lt;li&gt;Combine with other identifiers like Process Name and Process User Name for precise matching.&lt;/li&gt;
&lt;li&gt;Supports Linux virtual machine deployments.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For configuration details, see
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/client-workloads/identification/process-command-line&quot;&gt;Process Command Line&lt;/a&gt; and
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/client-workloads/identification/process-path&quot;&gt;Process Path&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Client Workloads</category></item><item><title>MCP Identity Gateway enters beta with MCP Server and component copying</title><link>https://docs.aembit-eng.com/changelog/entry/2026-02-24-mcp-identity-gateway-enters-beta-with-mcp-server-and-component-copying/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-02-24-mcp-identity-gateway-enters-beta-with-mcp-server-and-component-copying/</guid><pubDate>Tue, 24 Feb 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now offers an &lt;strong&gt;MCP Identity Gateway&lt;/strong&gt; (Beta) that sits between AI agents and MCP servers,
enforcing Access Policies, performing secure token exchange, and providing visibility into MCP activity.
Deployed on a Linux VM, the Gateway ensures AI agents never hold direct credentials for enterprise systems.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Proxies MCP traffic with identity-aware policy enforcement&lt;/li&gt;
&lt;li&gt;Performs secure token exchange using OAuth 2.0 and API key credentials&lt;/li&gt;
&lt;li&gt;Provides per-user credential management and centralized MCP routing&lt;/li&gt;
&lt;li&gt;Logs agent identity, user identity, and policy decisions for auditability&lt;/li&gt;
&lt;li&gt;Fail-closed behavior—denies access by default unless explicitly allowed&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For setup instructions and architecture details, see &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/identity-gateway/&quot;&gt;MCP Identity Gateway&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit now provides an &lt;strong&gt;MCP Server&lt;/strong&gt; that enables AI agents and users to query Aembit event logs
using structured commands.
Built on the Model Context Protocol specification, the MCP Server enables agentic observability and
auditability for organizations using Aembit.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Query audit logs, authorization events, and workload events&lt;/li&gt;
&lt;li&gt;Integrations with MCP Inspector, Claude Code, GitHub Copilot, and Visual Studio&lt;/li&gt;
&lt;li&gt;Resource-set-based access scoping for least-privilege access&lt;/li&gt;
&lt;li&gt;Read-only access—no create, update, or delete operations&lt;/li&gt;
&lt;li&gt;Full audit trail of all MCP Server queries&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For setup and connection guides, see &lt;a href=&quot;https://docs.aembit-eng.com/ai-guide/mcp/mcp-server/&quot;&gt;Aembit MCP Server&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has added a new &lt;strong&gt;MCP User-Based Access Token&lt;/strong&gt; Credential Provider type.
This type enables per-user OAuth credentials for MCP servers using the OAuth 2.0 Authorization Code flow.
The MCP Identity Gateway manages user-specific tokens when connecting to downstream MCP servers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;OAuth 2.0 Authorization Code flow with Proof Key for Code Exchange (PKCE) support&lt;/li&gt;
&lt;li&gt;MCP Server URL discovery with auto-population of OAuth endpoints&lt;/li&gt;
&lt;li&gt;Per-user credential scoping&lt;/li&gt;
&lt;li&gt;Token introspection and lifetime management&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For configuration details, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/mcp-user-based-access-token/&quot;&gt;MCP User-Based Access Token Credential
Provider&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit now supports &lt;strong&gt;component copying&lt;/strong&gt; between Resource Sets.
You can replicate Access Policy components—including Client Workloads, Server Workloads, Trust Providers,
Credential Providers, and Access Conditions—from one Resource Set to another.
You can also copy entire Access Policies with all related components at once.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Copy individual components or entire Access Policies between Resource Sets&lt;/li&gt;
&lt;li&gt;Each copy receives a unique identifier while the original remains unchanged&lt;/li&gt;
&lt;li&gt;Supports environment promotion, regional deployments, and safe experimentation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For details, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/resource-sets/about-component-copying/&quot;&gt;About component copying&lt;/a&gt;
and &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/resource-sets/copy-components/&quot;&gt;Copy components&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>MCP</category><category>Credential Provider</category><category>Administration</category></item><item><title>Edge components release with S3 streaming and Secrets Manager improvements</title><link>https://docs.aembit-eng.com/changelog/entry/2026-01-16-edge-components-release-with-s3-streaming-and-secrets-manager-improvements/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-01-16-edge-components-release-with-s3-streaming-and-secrets-manager-improvements/</guid><pubDate>Fri, 16 Jan 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS module&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported
Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved AWS S3 upload streaming signature support&lt;/li&gt;
&lt;li&gt;AWS Secrets Manager Private Network Access username/password credential support (requires Agent Proxy 1.28)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has improved Agent Proxy’s AWS S3 upload support with enhanced streaming signature handling.
Agent Proxy 1.28 addresses limitations from the 1.27 release related to streaming signed payloads.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved handling of &lt;code&gt;aws-chunked&lt;/code&gt; content encoding for streaming uploads&lt;/li&gt;
&lt;li&gt;Better compatibility with AWS SDK streaming operations&lt;/li&gt;
&lt;li&gt;Enhanced request signing for chunked transfer encoding&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For complete documentation, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-sigv4&quot;&gt;How Aembit uses AWS SigV4 and
SigV4a&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;The AWS Secrets Manager Credential Provider with Private Network Access now supports username/password credentials.
This extends the PNA capability introduced in Agent Proxy 1.27 to include secrets stored as username/password pairs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Requirements:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy 1.28 or later&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For configuration details, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-secrets-manager&quot;&gt;AWS Secrets Manager Credential
Provider&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;VM Agent Proxy package&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;li&gt;AWS Lambda Layer&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, please see the
&lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/private-network-access/&quot;&gt;private network access&lt;/a&gt; support for
HTTP Basic Auth Credential Providers using AWS Secrets Manager.&lt;/li&gt;
&lt;li&gt;Added &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/client-workloads/identification/process-name/&quot;&gt;process name&lt;/a&gt; and
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/client-workloads/identification/process-user-name/&quot;&gt;process username&lt;/a&gt; as Client Workload
Identifiers.&lt;/li&gt;
&lt;li&gt;Extended AWS S3 support to include all &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-sigv4/&quot;&gt;SigV4&lt;/a&gt; headers,
enabling required signing type specification.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Credential Provider</category></item><item><title>GitHub Action, MCP Authorization Server beta, and Access Policy Builder now available</title><link>https://docs.aembit-eng.com/changelog/entry/2026-01-13-github-action-mcp-authorization-server-beta-and-access-policy-builder-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2026-01-13-github-action-mcp-authorization-server-beta-and-access-policy-builder-now-available/</guid><pubDate>Tue, 13 Jan 2026 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now provides an official &lt;a href=&quot;https://github.com/marketplace/actions/aembit-get-credentials&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;GitHub Action&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt; for
injecting credentials into your CI/CD workflows.
The action retrieves credentials from Aembit and makes them available to subsequent steps in your workflow.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Retrieve credentials using workload identity federation with GitHub’s OIDC tokens&lt;/li&gt;
&lt;li&gt;Support for AWS, Azure, database, and API key credential types&lt;/li&gt;
&lt;li&gt;Automatic credential masking in workflow logs&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For setup instructions, see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/ci-cd/github/github-actions-tutorial/&quot;&gt;GitHub Actions tutorial&lt;/a&gt;.
For usage examples with different credential types, see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/ci-cd/github/github-actions-how-to/&quot;&gt;how-to guide&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit now supports Private Network Access (PNA) for the AWS Secrets Manager Credential Provider.
This allows your Aembit Edge components (Aembit CLI or Agent Proxy) to retrieve secrets directly from AWS Secrets
Manager instances in private networks, such as AWS VPCs with private endpoints.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Retrieve secrets from AWS Secrets Manager without exposing your VPC to the public internet&lt;/li&gt;
&lt;li&gt;Works with both Aembit CLI and Agent Proxy deployments&lt;/li&gt;
&lt;li&gt;No changes required to your existing AWS IAM policies or VPC endpoint configuration&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For configuration details, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/private-network-access/&quot;&gt;Private Network Access for Credential
Providers&lt;/a&gt; and &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-secrets-manager/#accessing-aws-secrets-manager-on-private-networks&quot;&gt;AWS Secrets Manager Credential
Provider&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has released the MCP Authorization Server (beta), which secures Model Context Protocol (MCP) workloads using OAuth
2.1 authorization flows.
This enables you to apply Aembit Access Policies to AI agents and MCP clients, controlling which users can access which
MCP servers.&lt;/p&gt;
&lt;div&gt;&lt;p&gt;Beta feature&lt;/p&gt;&lt;p&gt;The MCP Authorization Server is currently in beta.
Contact your Aembit representative to request access.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;OAuth 2.1 authorization code flow implementation for MCP-compliant workloads&lt;/li&gt;
&lt;li&gt;Dynamic Client Registration support for tools like Claude Desktop and Gemini CLI&lt;/li&gt;
&lt;li&gt;Integration with OIDC and SAML identity providers for user authentication&lt;/li&gt;
&lt;li&gt;Access Policies with time and location-based conditions&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has redesigned the Access Policy creation experience with the new Access Policy Builder.
The builder provides a card-based interface that guides you through configuring each component of an Access Policy.&lt;/p&gt;
&lt;p&gt;&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://docs.aembit-eng.com/_astro/apb-policy-created.BLHlr-tf_Z18uuJ1.webp&quot; alt=&quot;Access Policy Builder showing a completed policy configuration&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1850&quot; height=&quot;1080&quot;&gt;&lt;button aria-label=&quot;Zoom image: Access Policy Builder showing a completed policy configuration&quot; class=&quot;starlight-image-zoom-control&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; fill=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;use href=&quot;#starlight-image-zoom-icon-zoom&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/button&gt;&lt;/starlight-image-zoom-zoomable&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Visual card-based navigation for policy components&lt;/li&gt;
&lt;li&gt;Inline creation of Client Workloads, Server Workloads, Trust Providers, and other components&lt;/li&gt;
&lt;li&gt;Clear indicators for required, recommended, and optional components based on Global Policy Compliance settings&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To use the new builder, enable &lt;strong&gt;Use new access policy&lt;/strong&gt; in your user profile preferences.
For a walkthrough, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/create-access-policy/&quot;&gt;Create an Access Policy&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>MCP</category><category>Credential Provider</category><category>Access Policy</category></item><item><title>Edge components release with AWS S3 uploads and multiple AWS STS support</title><link>https://docs.aembit-eng.com/changelog/entry/2025-12-04-edge-components-release-with-aws-s3-uploads-and-multiple-aws-sts-support/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-12-04-edge-components-release-with-aws-s3-uploads-and-multiple-aws-sts-support/</guid><pubDate>Thu, 04 Dec 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS module&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;li&gt;AWS Lambda Layer&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported
Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support AWS S3 upload request workloads&lt;/li&gt;
&lt;li&gt;Support multiple AWS STS Credential Providers in a single Access Policy via Access Key ID mapping&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit’s Agent Proxy now supports AWS S3 file uploads.
Agent Proxy transparently handles S3’s complex signing requirements, including detecting client signatures, re-signing
requests with injected credentials, and streaming large file uploads.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Automatic detection of S3 signing methods using the &lt;code&gt;x-amz-content-sha256&lt;/code&gt; header&lt;/li&gt;
&lt;li&gt;Support for unsigned payloads, streaming signatures, and standard SigV4 signing&lt;/li&gt;
&lt;li&gt;Transparent credential injection without client-side configuration changes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Known limitations in this release:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Streaming signed payload uploads default to a 50 MiB limit (configurable via
&lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-env-vars/#aembit_aws_max_buffered_payload_bytes&quot;&gt;&lt;code&gt;AEMBIT_AWS_MAX_BUFFERED_PAYLOAD_BYTES&lt;/code&gt;&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Request compression isn’t supported for S3 requests&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For complete documentation and workarounds, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-sigv4&quot;&gt;How Aembit uses AWS SigV4 and
SigV4a&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit now supports multiple AWS Security Token Service (STS) Credential Providers within a single Access Policy.
This feature enables a single Client Workload to access multiple AWS resources, each requiring different IAM roles,
without creating separate Access Policies.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Key capabilities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Access Key ID selectors for automatic Credential Provider matching&lt;/li&gt;
&lt;li&gt;Simplified policy management with multiple AWS STS Credential Providers per Access Policy&lt;/li&gt;
&lt;li&gt;Seamless credential injection for applications accessing different AWS services&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Minimum Edge Component versions required:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy 1.27.3865&lt;/li&gt;
&lt;li&gt;Agent Controller 1.27.2906&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For complete documentation, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-security-token-service-multiple&quot;&gt;Using multiple AWS STS Credential
Providers&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has expanded the Server Workload documentation with new guides covering architecture patterns, credential
lifecycle management, developer integration, and troubleshooting.
These resources help you understand how Aembit manages credentials for your Server Workloads and provide guidance for
integrating Aembit into your applications.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;New documentation:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/architecture-patterns&quot;&gt;Architecture patterns&lt;/a&gt; - OAuth flows, trust
boundaries, and deployment models&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/credential-lifecycle&quot;&gt;Credential lifecycle&lt;/a&gt; - How Aembit manages
credential rotation and security&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/developer-integration&quot;&gt;Developer integration&lt;/a&gt; - SDK integration
patterns and placeholder credentials for local development&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/troubleshooting&quot;&gt;Troubleshooting&lt;/a&gt; - Diagnostic steps for common
configuration issues&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;New and updated Server Workload guides:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;NEW &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/guides/entra-id&quot;&gt;Microsoft Entra ID&lt;/a&gt; - Authenticate to Entra
ID-protected resources using Azure Entra Workload Identity Federation or OAuth interception&lt;/li&gt;
&lt;li&gt;UPDATED &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/guides/aws-cloud&quot;&gt;AWS services&lt;/a&gt; - Authenticate to AWS
services using AWS Security Token Service (STS) Credential Providers and SigV4 signing&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Credential Provider</category><category>Server Workloads</category></item><item><title>Agent Controller logging and error handling improvements</title><link>https://docs.aembit-eng.com/changelog/entry/2025-11-25-agent-controller-logging-and-error-handling-improvements/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-11-25-agent-controller-logging-and-error-handling-improvements/</guid><pubDate>Tue, 25 Nov 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS module&lt;/li&gt;
&lt;li&gt;Agent Controller&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements to Agent Controller logging and error handling for improved observability&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;</content:encoded><category>Enhancement</category><category>Agent Controller</category></item><item><title>Azure Key Vault Credential Provider and OIDC SSO now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-10-21-azure-key-vault-credential-provider-and-oidc-sso-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-10-21-azure-key-vault-credential-provider-and-oidc-sso-now-available/</guid><pubDate>Tue, 21 Oct 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS module&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;li&gt;AWS Lambda Layer&lt;/li&gt;
&lt;li&gt;Agent Injector&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Azure Key Vault Private Network Access&lt;/strong&gt;: Added support for accessing Azure Key Vault instances configured with
private network endpoints&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Performance Improvements&lt;/strong&gt;: Enhanced performance for Secure Parameter Exchange (SPE) Postgres database operations&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dependency Updates&lt;/strong&gt;: Updated multiple project dependencies to their latest stable versions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rust and Hyper Upgrade&lt;/strong&gt;: Upgraded to Rust 1.89.0 and introduced the hyper HTTP library for improved performance and
security&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Logging Enhancements&lt;/strong&gt;: Internal improvements to logging functionality for better observability and debugging&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has released the new Azure Entra Federation Credential Provider Integration and Azure Key Vault Credential
Provider.&lt;/p&gt;
&lt;p&gt;Together, they enable you to retrieve secrets from Azure Key Vault directly through Aembit using Azure’s Workload
Identity Federation.&lt;/p&gt;
&lt;p&gt;The Azure Entra Federation integration leverages OpenID Connect (OIDC) standards to authenticate with Azure Entra
without requiring long-lived secrets or static credentials.
This allows Aembit to securely access your Azure Key Vault instances using short-lived, federated tokens.&lt;/p&gt;
&lt;p&gt;The Azure Key Vault Credential Provider supports:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Single value credentials (API keys, tokens)&lt;/li&gt;
&lt;li&gt;Username/Password credentials&lt;/li&gt;
&lt;li&gt;Both public and private network access scenarios&lt;/li&gt;
&lt;li&gt;Policy-driven access controls and centralized auditing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/integrations/azure-entra-federation&quot;&gt;Azure Entra Federation Credential Provider
Integration&lt;/a&gt; and &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/azure-key-vault&quot;&gt;Azure Key Vault
Credential Provider&lt;/a&gt; to learn more.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;You can now configure OIDC 1.0 Identity Providers for administrator Single Sign-On (SSO) authentication.
This enables you to use OIDC-compliant identity providers such as Okta, Azure AD, and Auth0 to simplify the Aembit
Tenant login process for your users.
With OIDC support, you can leverage your existing identity infrastructure for secure, standardized authentication to
the Aembit administrative console.&lt;/p&gt;
&lt;p&gt;For more information, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/identity-providers/create-idp-oidc&quot;&gt;Create an OIDC Identity
Provider&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Credential Provider</category><category>Administration</category><category>Agent Proxy</category></item><item><title>Edge components release with container base image security update</title><link>https://docs.aembit-eng.com/changelog/entry/2025-10-02-edge-components-release-with-container-base-image-security-update/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-10-02-edge-components-release-with-container-base-image-security-update/</guid><pubDate>Thu, 02 Oct 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS module&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;li&gt;AWS Lambda Layer&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;li&gt;Agent Injector&lt;/li&gt;
&lt;li&gt;Sidecar Init&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;Key Updates:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Applied a security enhancement to container-base images&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Security</category><category>Agent Proxy</category><category>Agent Controller</category></item><item><title>Faster, more reliable Agent Controller cloud detection and attestation</title><link>https://docs.aembit-eng.com/changelog/entry/2025-09-09-faster-more-reliable-agent-controller-cloud-detection/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-09-09-faster-more-reliable-agent-controller-cloud-detection/</guid><pubDate>Tue, 09 Sep 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has applied performance enhancements to Agent Controller in this release, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;improved cloud environment detection and attestation, making Agent Controller onboarding faster and more reliable
across AWS and Azure&lt;/li&gt;
&lt;li&gt;improved logging around TLS-related errors&lt;/li&gt;
&lt;li&gt;deprecated the &lt;code&gt;AEMBIT_HTTP_DISABLED&lt;/code&gt; environment variable (HTTP is now disabled when TLS is enabled)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Controller</category></item><item><title>New AWS Lambda layer and extension release</title><link>https://docs.aembit-eng.com/changelog/entry/2025-09-02-new-aws-lambda-layer-and-extension-release/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-09-02-new-aws-lambda-layer-and-extension-release/</guid><pubDate>Tue, 02 Sep 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AWS Lambda layer&lt;/li&gt;
&lt;li&gt;AWS Lambda extension&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category></item><item><title>SPIFFE JWT-SVID Credential Provider now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-08-26-spiffe-jwt-svid-credential-provider-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-08-26-spiffe-jwt-svid-credential-provider-now-available/</guid><pubDate>Tue, 26 Aug 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has added the SPIFFE JWT-SVID Credential Provider.
This Credential Provider enables you to generate JWT-SVID tokens for workloads that require SPIFFE-compliant
authentication and authorization.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/about-spiffe-jwt-svid&quot;&gt;About the SPIFFE JWT-SVID Credential
Provider&lt;/a&gt; and &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/spiffe-jwt-svid&quot;&gt;JWT-SVID Token Credential
Provider&lt;/a&gt; for more information and configuration
details.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Credential Provider</category></item><item><title>Edge components release with OpenShift support and AWS Secrets Manager private network access</title><link>https://docs.aembit-eng.com/changelog/entry/2025-08-22-edge-components-release-with-openshift-and-aws-secrets-manager-pna/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-08-22-edge-components-release-with-openshift-and-aws-secrets-manager-pna/</guid><pubDate>Fri, 22 Aug 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has updated Aembit Edge Components to include the latest versions of Agent Proxy, Sidecar Init, and the Aembit
Helm chart.
These updates include support for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Official Red Hat OpenShift and OpenShift Service on AWS (ROSA) support for Agent Proxy and Sidecar Init, including
&lt;code&gt;SecurityContextConstraint&lt;/code&gt; configurations and deployment best practices. See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/kubernetes/openshift&quot;&gt;OpenShift deployment
guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;AWS Secrets Manager private network access for Aembit CLI and Agent Proxy.&lt;/li&gt;
&lt;li&gt;Aembit CLI CrowdStrike support.&lt;/li&gt;
&lt;li&gt;Enhanced Helm chart with support for custom annotations on Kubernetes resources.
See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/helm-chart-config-options&quot;&gt;Helm chart configuration options&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;New guide for managing Agent Injector TLS certificates in Kubernetes deployments.
See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/kubernetes/agent-injector-certificate&quot;&gt;Managing Agent Injector certificates&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Support for volume-mounted certificates in Aembit Edge Components.&lt;/li&gt;
&lt;li&gt;Security and performance enhancements.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy 1.25.3494&lt;/li&gt;
&lt;li&gt;Sidecar Init 1.25.127&lt;/li&gt;
&lt;li&gt;Helm Chart 1.25.494&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt; for more details.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has added Private Network Access to the AWS Secrets Manager Credential Provider.
This feature allows you to securely access AWS Secrets Manager secrets from Aembit Edge Components running in private
networks, such as AWS VPCs, without exposing them to the public internet.&lt;/p&gt;
&lt;p&gt;When you enable Private Network Access, the Aembit CLI or Agent Proxy retrieve secrets from AWS Secrets Manager
directly, ensuring secure and private access to your secrets.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-secrets-manager/#accessing-aws-secrets-manager-on-private-networks&quot;&gt;AWS Secrets Manager Credential
Provider&lt;/a&gt; for more details
on how to configure this feature.&lt;/p&gt;
&lt;hr/&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Aembit CLI</category><category>Credential Provider</category></item><item><title>GitLab CI/CD Component, OIDC dynamic claims, and CrowdStrike conditions now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-08-19-gitlab-cicd-component-oidc-dynamic-claims-and-crowdstrike-conditions-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-08-19-gitlab-cicd-component-oidc-dynamic-claims-and-crowdstrike-conditions-now-available/</guid><pubDate>Tue, 19 Aug 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Aembit Edge GitLab CI/CD Component is now available to simplify Aembit integration within your pipelines.
Find the component in the &lt;a href=&quot;https://gitlab.com/explore/catalog/aembit/aembit-edge&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;GitLab CI/CD Catalog&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt; and learn
how to use it in the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/ci-cd/gitlab/gitlab-jobs-component&quot;&gt;component documentation&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;The OIDC ID Token Credential Provider now supports dynamic claims, allowing you to extract and use values from OIDC
tokens in the credential data.
This feature creates personalized and context-aware credentials that reflect the workload’s identity and attributes
from their original OIDC token.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-oidc&quot;&gt;OIDC ID Token Dynamic
Claims&lt;/a&gt; for more information.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has added two new Access Conditions for CrowdStrike:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;MAC Address&lt;/strong&gt; - Ensures the CrowdStrike Agent Host MAC Address matches the Host MAC Address that Agent Proxy
retrieved.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Local IP Address&lt;/strong&gt; - Ensures the CrowdStrike Agent Host Local IP Address matches the Host Local IP Address that
Agent Proxy retrieved.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/access-conditions/crowdstrike&quot;&gt;Create Access Conditions for CrowdStrike&lt;/a&gt; to learn how
to create Access Conditions for CrowdStrike.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Credential Provider</category><category>Access Policy</category></item><item><title>Aembit CLI, AWS Secrets Manager, and Jenkins Pipelines now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-07-29-aembit-cli-aws-secrets-manager-and-jenkins-pipelines-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-07-29-aembit-cli-aws-secrets-manager-and-jenkins-pipelines-now-available/</guid><pubDate>Tue, 29 Jul 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released the new AWS IAM Role Credential Provider Integration and Secrets Manager Credential Provider.
Together, they enable you to retrieve secrets from AWS Secrets Manager directly through Aembit.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/integrations/aws-iam-role&quot;&gt;AWS IAM Role Credential Provider
Integration&lt;/a&gt; and &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-secrets-manager&quot;&gt;AWS Secrets Manager
Credential Provider&lt;/a&gt; to learn more.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has released the &lt;strong&gt;Aembit CLI&lt;/strong&gt;, a command-line interface that allows you to inject credentials into your CI/CD
pipelines. Compatible with GitLab, GitHub, and now Jenkins.&lt;/p&gt;
&lt;p&gt;Check out the &lt;a href=&quot;https://docs.aembit-eng.com/cli-guide/&quot;&gt;Aembit CLI Guide&lt;/a&gt; to get started with the Aembit CLI!&lt;br/&gt;
Also, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/ci-cd&quot;&gt;Aembit Edge on CI/CD services&lt;/a&gt; for more information on how to use Aembit
CLI with your CI/CD pipelines.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has released support for Jenkins Pipelines to help you integrate Aembit into your Jenkins CI/CD workflows.
This integration allows you to securely retrieve and use Aembit-managed credentials directly in your Jenkins Pipelines,
streamlining your CI/CD processes and enhancing security.&lt;/p&gt;
&lt;p&gt;Check out &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/ci-cd/jenkins-pipelines&quot;&gt;Jenkins Pipelines&lt;/a&gt; to learn more about how to use Aembit
with Jenkins Pipelines.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit now supports Server Workloads with a &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/server-workloads/#using-wildcard-domains&quot;&gt;wildcard
hostname&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This enables you to simplify your server workloads in a flexible and well defined manner.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;As of Agent Controller version 1.24.xxxx, Aembit has enhanced Agent Controller to automatically close insecure HTTP
ports when you enable TLS.
This update streamlines security by ensuring only encrypted connections are active.&lt;/p&gt;
&lt;p&gt;When you enable TLS, Agent Controller now automatically:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Opens Secure Ports: 443 (or 5443 on VMs) and the secure Prometheus port 9091.&lt;/li&gt;
&lt;li&gt;Closes Insecure Ports: 80 (or 5000 on VMs) and the insecure Prometheus port 9090.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This automation removes the manual step of closing insecure, vulnerable ports, preventing potential misconfigurations
and enforcing a more secure, “secure-by-default” posture.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has applied security enhancements to Agent Controller version &lt;code&gt;1.24.2485&lt;/code&gt; in this release, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Disabling insecure HTTP ports when you enable TLS.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Controller&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Terraform ECS module&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt; for more details.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Aembit CLI</category><category>Credential Provider</category><category>Server Workloads</category><category>Agent Controller</category></item><item><title>Discovery filtering and OIDC ID Token Trust Provider now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-07-22-discovery-filtering-and-oidc-id-token-trust-provider-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-07-22-discovery-filtering-and-oidc-id-token-trust-provider-now-available/</guid><pubDate>Tue, 22 Jul 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has added more advanced filtering options to the &lt;strong&gt;Discovered&lt;/strong&gt; tab for Client and Server Workloads.
This enables you to find specific discovered workloads based on the criteria you filter.&lt;/p&gt;
&lt;!-- Slider main container --&gt;&lt;astro-swiper data-options=&quot;{&amp;quot;autoplay&amp;quot;:{&amp;quot;delay&amp;quot;:5000,&amp;quot;disableOnInteraction&amp;quot;:false},&amp;quot;loop&amp;quot;:true,&amp;quot;navigation&amp;quot;:{&amp;quot;nextEl&amp;quot;:&amp;quot;.swiper-button-next&amp;quot;},&amp;quot;pagination&amp;quot;:{&amp;quot;el&amp;quot;:&amp;quot;.swiper-pagination&amp;quot;}}&quot; data-uniqueclass=&quot;astro-swiper-v4spo5tcb&quot; class=&quot;swiper astro-swiper-v4spo5tcb&quot;&gt;&lt;div class=&quot;swiper-wrapper&quot;&gt; &lt;div class=&quot;swiper-slide&quot;&gt; &lt;p&gt;&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://docs.aembit-eng.com/_astro/discovery-client-workloads.ByRAoMa__Z7MR88.webp&quot; alt=&quot;Discovered Client Workloads page&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1920&quot; height=&quot;899&quot;&gt;&lt;button aria-label=&quot;Zoom image: Discovered Client Workloads page&quot; class=&quot;starlight-image-zoom-control&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; fill=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;use href=&quot;#starlight-image-zoom-icon-zoom&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/button&gt;&lt;/starlight-image-zoom-zoomable&gt;&lt;/p&gt; &lt;/div&gt;&lt;div class=&quot;swiper-slide&quot;&gt; &lt;p&gt;&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://docs.aembit-eng.com/_astro/discovery-server-workloads.CO6lWVls_ejY2X.webp&quot; alt=&quot;Discovered Server Workloads page&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1920&quot; height=&quot;899&quot;&gt;&lt;button aria-label=&quot;Zoom image: Discovered Server Workloads page&quot; class=&quot;starlight-image-zoom-control&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; fill=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;use href=&quot;#starlight-image-zoom-icon-zoom&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/button&gt;&lt;/starlight-image-zoom-zoomable&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt;&lt;div class=&quot;swiper-pagination&quot;&gt;  &lt;/div&gt;&lt;div class=&quot;swiper-button-next&quot;&gt;  &lt;/div&gt;&lt;/astro-swiper&gt;&lt;script type=&quot;module&quot; src=&quot;https://docs.aembit-eng.com/workspace/aembit-docs/node_modules/astro-swiper/src/components/Swiper.astro?astro&amp;type=script&amp;index=0&amp;lang.ts&quot;&gt;&lt;/script&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/discovery/managing-discovered-workloads#filtering-discovered-workloads&quot;&gt;Filtering Discovered Workloads&lt;/a&gt;
for more info.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has added the OIDC ID Token Trust Provider.
This Trust Provider is Aembit’s solution for authenticating workloads using standard OIDC ID tokens.
It validates incoming tokens against specific issuer, audience, and subject claims, giving you maximum flexibility to
integrate with virtually any OIDC-compliant identity provider for secure, token-based workload access.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/trust-providers/oidc-id-token-trust-provider&quot;&gt;OIDC ID Token Trust Provider&lt;/a&gt; for more
info.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has applied security and performance enhancements to Agent Proxy version &lt;code&gt;1.24.3324&lt;/code&gt; in this release.&lt;/p&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Terraform ECS module&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AWS Lambda Extension&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt; for more details.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Discovery</category><category>Trust Provider</category><category>Agent Proxy</category></item><item><title>Aembit container images are now cryptographically signed</title><link>https://docs.aembit-eng.com/changelog/entry/2025-06-24-aembit-container-images-are-now-cryptographically-signed/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-06-24-aembit-container-images-are-now-cryptographically-signed/</guid><pubDate>Tue, 24 Jun 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now cryptographically signs all container images in &lt;a href=&quot;https://hub.docker.com/u/aembit&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Aembit’s Docker Hub
repositories&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;.
See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/verify-container-images&quot;&gt;Verifying Aembit container image signatures&lt;/a&gt; for more details
and how to verify Aembit container images.&lt;/p&gt;</content:encoded><category>Security</category></item><item><title>Aembit Edge API now available with expanded Wiz Discovery</title><link>https://docs.aembit-eng.com/changelog/entry/2025-06-17-aembit-edge-api-now-available-with-expanded-wiz-discovery/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-06-17-aembit-edge-api-now-available-with-expanded-wiz-discovery/</guid><pubDate>Tue, 17 Jun 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Introducing Aembit Edge API, the new way your cloud-native applications can retrieve credentials dynamically without
deploying additional infrastructure.
Perfect for serverless functions, containers, and CI/CD pipelines that need secure access to third-party services.&lt;/p&gt;
&lt;p&gt;With Aembit Edge API you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Retrieve credentials on-demand&lt;/strong&gt; for any configured service from your CI/CD pipelines.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Authenticate workloads&lt;/strong&gt; using platform-native identity tokens (GitHub Actions, GitLab CI, AWS Lambda, etc.).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Eliminate hardcoded secrets&lt;/strong&gt; by fetching credentials just-in-time.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Support multiple credential types&lt;/strong&gt; including API keys, username/password, and CI/CD provider tokens.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Check out the &lt;a href=&quot;https://docs.aembit-eng.com/api-guide/edge/&quot;&gt;Edge API get started page&lt;/a&gt; to learn more or start using it right away with the &lt;a href=&quot;https://docs.aembit-eng.com/api-guide/edge/quickstart-edge&quot;&gt;Aembit
Edge quickstart guide&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit Discovery can now discover additional resources when you use Wiz as a Discovery Source.&lt;/p&gt;
&lt;p&gt;Through the Wiz integration, Aembit now discovers Client Workload resources such as VMs, AWS- and Azure-specific Client
Workload Identifies, and many others.
As for Server Workload resources, Aembit now discovers Azure Blob Storage, GCP BigQuery, and many others.&lt;/p&gt;
&lt;p&gt;For the full list, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/discovery/sources/wiz#wiz-discoverable-resource-types&quot;&gt;Wiz-discoverable resource
types&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Discovery</category><category>Credential Provider</category></item><item><title>Improved Agent Controller TLS reporting and environment variable logging</title><link>https://docs.aembit-eng.com/changelog/entry/2025-06-11-improved-agent-controller-tls-reporting-and-environment-variable-logging/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-06-11-improved-agent-controller-tls-reporting-and-environment-variable-logging/</guid><pubDate>Wed, 11 Jun 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released a new version of Agent Controller, version &lt;code&gt;1.23.2263&lt;/code&gt;, with the following changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Enhanced TLS certificate status reporting with improved retry and error handling.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added comprehensive logging for environment variable configuration with sensitive data masking for secure review.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Controller&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;VM Agent Controller package&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Terraform ECS module&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt; for more details.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Controller</category></item><item><title>Workload Discovery filtering and Global Policy Compliance reporting now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-06-03-workload-discovery-filtering-and-global-policy-compliance-reporting-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-06-03-workload-discovery-filtering-and-global-policy-compliance-reporting-now-available/</guid><pubDate>Tue, 03 Jun 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Introducing &lt;strong&gt;Workload Discovery Filtering&lt;/strong&gt; for improved workload management and visibility across your discovered
infrastructure.
This enhancement adds comprehensive filtering capabilities to both Client Workloads and Server Workloads discovery
pages, enabling you to quickly locate and analyze specific workloads.&lt;/p&gt;
&lt;p&gt;Filtering options include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Client Workloads&lt;/strong&gt;: Filter by Client Workload Identifiers and Workload Discovery Source&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Server Workloads&lt;/strong&gt;: Filter by Port, Protocol, and Workload Discovery Source&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://docs.aembit-eng.com/_astro/discovery-filtering-server-workloads.DYgQ_RTL_Z7jji8.webp&quot; alt=&quot;Server Workload discovery filtering&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1919&quot; height=&quot;472&quot;&gt;&lt;button aria-label=&quot;Zoom image: Server Workload discovery filtering&quot; class=&quot;starlight-image-zoom-control&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; fill=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;use href=&quot;#starlight-image-zoom-icon-zoom&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/button&gt;&lt;/starlight-image-zoom-zoomable&gt;&lt;/p&gt;
&lt;p&gt;This feature streamlines workload management by enabling you to efficiently search through discovered workloads, making
it easier to identify, analyze, and onboard relevant workloads into your Aembit environment.&lt;/p&gt;
&lt;p&gt;To learn more about discovered workload filtering, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/discovery/managing-discovered-workloads#filtering-discovered-workloads&quot;&gt;Workload Discovery
Filtering&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;You can now view the Global Policy Compliance status of your Access Policies using the new &lt;strong&gt;Global Policy Compliance&lt;/strong&gt;
page under &lt;strong&gt;Reporting&lt;/strong&gt; in the left nav menu.
Quickly get an overall view of the compliance status of your Access Policies and optionally filter for specific
statuses.&lt;/p&gt;
&lt;p&gt;&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://docs.aembit-eng.com/_astro/global-policy-compliance-report-dashboard.BybJxw5m_ZEGaSV.webp&quot; alt=&quot;Global Policy Compliance report dashboard&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1486&quot; height=&quot;729&quot;&gt;&lt;button aria-label=&quot;Zoom image: Global Policy Compliance report dashboard&quot; class=&quot;starlight-image-zoom-control&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; fill=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;use href=&quot;#starlight-image-zoom-icon-zoom&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/button&gt;&lt;/starlight-image-zoom-zoomable&gt;&lt;/p&gt;
&lt;p&gt;To learn more about reporting on Global Policy Compliance status, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/audit-report/global-policy&quot;&gt;How to review Global Policy
Compliance&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Discovery</category><category>Audit &amp; Report</category></item><item><title>Kerberos and PKI security enhancements for Agent Proxy</title><link>https://docs.aembit-eng.com/changelog/entry/2025-06-02-kerberos-and-pki-security-enhancements-for-agent-proxy/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-06-02-kerberos-and-pki-security-enhancements-for-agent-proxy/</guid><pubDate>Mon, 02 Jun 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released a new version of Agent Controller, version &lt;code&gt;1.23.2160&lt;/code&gt;, with the following changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Security enhancements for Kerberos and Aembit-managed PKI.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Added the &lt;code&gt;AEMBIT_HTTP_PORT_DISABLED&lt;/code&gt; environment variable to enable you to disable Agent Controller’s HTTP port.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy 1.23.2160&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart 1.23&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Terraform ECS module 1.23&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt; for more details.&lt;/p&gt;</content:encoded><category>Security</category><category>Agent Proxy</category></item><item><title>Improved Agent Injector pod security and TLS handling</title><link>https://docs.aembit-eng.com/changelog/entry/2025-05-30-improved-agent-injector-pod-security-and-tls-handling/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-05-30-improved-agent-injector-pod-security-and-tls-handling/</guid><pubDate>Fri, 30 May 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has added enhancements to Agent Injector which include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved compatibility with pod-level &lt;code&gt;securityContext&lt;/code&gt; settings for Kubernetes Client Workloads.&lt;/li&gt;
&lt;li&gt;TLS certificate security enhancements.&lt;/li&gt;
&lt;li&gt;Agent Injector now supports the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-env-vars&quot;&gt;&lt;code&gt;AEMBIT_LOG_LEVEL&lt;/code&gt;&lt;/a&gt; environment
variable.&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>CrowdStrike SIEM Log Streams and Agent Proxy enhancements</title><link>https://docs.aembit-eng.com/changelog/entry/2025-05-26-crowdstrike-siem-log-streams-and-agent-proxy-enhancements/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-05-26-crowdstrike-siem-log-streams-and-agent-proxy-enhancements/</guid><pubDate>Mon, 26 May 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Introducing &lt;strong&gt;Log Streams for CrowdStrike Next-Gen SIEM&lt;/strong&gt; for real-time security event monitoring and enhanced threat
detection.
This integration enables rapid streaming of Aembit Edge event logs and audit logs directly to CrowdStrike’s Next-Gen
Security Information and Event Management (SIEM) platform using the HTTP Event Collector (HEC) protocol.&lt;/p&gt;
&lt;p&gt;By connecting Aembit with CrowdStrike Next-Gen SIEM, you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Stream Access Authorization Events, Audit Logs, and Workload Events to CrowdStrike SIEM&lt;/li&gt;
&lt;li&gt;Configure TLS encryption and verification options&lt;/li&gt;
&lt;li&gt;Automatic failure notifications for Aembit admins&lt;/li&gt;
&lt;li&gt;Seamless integration with existing CrowdStrike HEC configurations&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This feature enhances your organization’s security posture by improving threat detection capabilities, streamlining
incident management, and supporting compliance monitoring requirements through centralized log analysis in CrowdStrike.&lt;/p&gt;
&lt;p&gt;To learn more, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/log-streams/crowdstrike-siem&quot;&gt;Log Streams for CrowdStrike Next-Gen
SIEM&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has applied security and performance enhancements to Agent Proxy in this release.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has added the &lt;code&gt;AEMBIT_CLIENT_WORKLOAD_PROCESS_IDENTIFICATION_ENABLED&lt;/code&gt; Agent Proxy environment variable to Enable
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/client-workloads/identification/process-name&quot;&gt;Process Name&lt;/a&gt; Client Workload
identification.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;VM Agent Proxy package&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Terraform ECS module&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AWS Lambda Extension&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AWS Lambda Layer&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt; for more details.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Audit &amp; Report</category><category>Agent Proxy</category></item><item><title>Terraform ECS module now supports environment variables</title><link>https://docs.aembit-eng.com/changelog/entry/2025-05-22-terraform-ecs-module-now-supports-environment-variables/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-05-22-terraform-ecs-module-now-supports-environment-variables/</guid><pubDate>Thu, 22 May 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Aembit Edge Terraform ECS module now supports Terraform variables that allow you to set Agent Controller and
Agent Proxy &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-env-vars&quot;&gt;environment variables&lt;/a&gt; directly.&lt;/p&gt;
&lt;p&gt;You may now set logging levels for these Edge Components in AWS ECS Fargate environments, and leverage configuration
options that the Edge Terraform ECS module doesn’t support directly as variables yet.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/serverless/aws-ecs-fargate#configuration-variables&quot;&gt;AWS ECS Fargate&lt;/a&gt;
documentation for more information..&lt;/p&gt;</content:encoded><category>Enhancement</category></item><item><title>Global Policy Compliance, OIDC ID Token Credential Provider, and Splunk Log Streams now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-05-06-global-policy-compliance-oidc-id-token-and-splunk-log-streams-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-05-06-global-policy-compliance-oidc-id-token-and-splunk-log-streams-now-available/</guid><pubDate>Tue, 06 May 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;To increase the available deployment options for Amazon Web Services (AWS) Lambda users, Aembit now provides a Lambda
Layer to support zip-based Lambda Functions. This joins our existing &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/serverless/aws-lambda-container&quot;&gt;AWS Lambda
Container&lt;/a&gt; support.&lt;/p&gt;
&lt;p&gt;For more detailed information on how to deploy Aembit Edge Components to AWS Lambda Functions using our Lambda Layer,
please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/serverless/aws-lambda-function&quot;&gt;AWS Lambda Functions&lt;/a&gt;
documentation.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Introducing &lt;strong&gt;Global Policy Compliance&lt;/strong&gt; for centralized security enforcement across your Aembit environment. This
feature allows administrators to establish organization-wide security standards for Access Policies and Agent
Controllers, ensuring consistent security practices and preventing the creation of policies that might inadvertently
expose resources.&lt;/p&gt;
&lt;p&gt;With Global Policy Compliance, you can enforce requirements for Trust Providers and Access Conditions across all Access
Policies, as well as Trust Provider and TLS Hostname requirements for Agent Controllers. The three-tier enforcement
model lets you set requirements as Required, Recommended (default), or Optional based on your organization’s security
needs.&lt;/p&gt;
&lt;p&gt;Global Policy Compliance visually identifies non-compliant components through color-coded status icons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Red indicators for required but missing elements&lt;/li&gt;
&lt;li&gt;Yellow indicators for recommended but missing elements&lt;/li&gt;
&lt;li&gt;Green indicators for compliant Access Policies&lt;/li&gt;
&lt;li&gt;Gray indicators for disabled or not active Access Policies&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more about Global Policy Compliance, see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/global-policy/&quot;&gt;Global Policy Compliance
Overview&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Introducing &lt;strong&gt;OIDC ID Token Credential Provider&lt;/strong&gt; for secure identity token generation and exchange with third-party
services. By leveraging Aembit’s custom Identity Provider (IdP) capabilities, this Credential Provider generates
JWT-formatted tokens that seamlessly integrate with various Workload Identity Federation (WIF) solutions.&lt;/p&gt;
&lt;p&gt;The OIDC ID Token Credential Provider offers flexible configuration options including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Custom claims configuration with both dynamic and literal subject support&lt;/li&gt;
&lt;li&gt;Choice of signing algorithms (RS256 or ES256)&lt;/li&gt;
&lt;li&gt;Integration with identity brokers such as AWS STS, GCP WIF, Azure WIF, and HashiCorp Vault&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This new Credential Provider is particularly valuable for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Secure access to cloud provider resources through their WIF solutions&lt;/li&gt;
&lt;li&gt;Authentication with HashiCorp Vault using OIDC tokens&lt;/li&gt;
&lt;li&gt;Integration with any service supporting OIDC/JWT authentication&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To learn more about this feature, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/about-oidc-id-token&quot;&gt;About the OIDC ID Token Credential
Provider&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Introducing &lt;strong&gt;Log Stream for Splunk SIEM&lt;/strong&gt; to enhance your security monitoring capabilities. This integration enables
rapid streaming of Aembit Edge event logs and audit logs directly to Splunk using Splunk’s HTTP Event Collector (HEC)
protocol.&lt;/p&gt;
&lt;p&gt;By connecting Aembit with Splunk SIEM, you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enhance threat detection with comprehensive security data&lt;/li&gt;
&lt;li&gt;Improve incident management through centralized logging&lt;/li&gt;
&lt;li&gt;Streamline compliance monitoring for your organization&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The setup process is straightforward, requiring only a properly configured HTTP Event Collector in your Splunk
environment and a few configuration steps in the Aembit Admin UI. Aembit will automatically send email notifications if
Log Stream transactions consistently fail, ensuring you’re always aware of your logging status.&lt;/p&gt;
&lt;p&gt;To learn more about setting up this integration, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/log-streams/splunk-siem&quot;&gt;How to stream Aembit events to Splunk
SIEM&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Administration</category><category>Credential Provider</category><category>Audit &amp; Report</category></item><item><title>Workload Discovery now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-04-25-workload-discovery-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-04-25-workload-discovery-now-available/</guid><pubDate>Fri, 25 Apr 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released the new &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/discovery/&quot;&gt;Discovery&lt;/a&gt; feature, which automatically identifies workloads
across your infrastructure, increasing the visibility, scalability, and access control over your workloads.&lt;/p&gt;
&lt;p&gt;Discovery uses &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/discovery/sources/&quot;&gt;Sources&lt;/a&gt; to find workloads in your environments—natively through
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/discovery/sources/aembit-edge&quot;&gt;Aembit Edge Discovery&lt;/a&gt; and through integrations with services such as
&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/discovery/sources/wiz&quot;&gt;Wiz&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/discovery/&quot;&gt;Discovery&lt;/a&gt; for full details.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Discovery</category></item><item><title>Aembit Edge now available on AWS EKS Fargate</title><link>https://docs.aembit-eng.com/changelog/entry/2025-04-24-aembit-edge-now-available-on-aws-eks-fargate/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-04-24-aembit-edge-now-available-on-aws-eks-fargate/</guid><pubDate>Thu, 24 Apr 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports deploying Edge Components on AWS Elastic Kubernetes Service (EKS) using Fargate compute profiles.
For details on feature support in this environment, please refer to Aembit’s &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/kubernetes/aws-eks-fargate&quot;&gt;AWS EKS Fargate deployment
guide&lt;/a&gt; and product &lt;a href=&quot;https://docs.aembit-eng.com/reference/support-matrix&quot;&gt;support
matrix&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category></item><item><title>GitLab.com support and service account naming for Managed GitLab Account Credential Provider</title><link>https://docs.aembit-eng.com/changelog/entry/2025-04-22-gitlab-com-support-and-service-account-naming-for-managed-gitlab-account/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-04-22-gitlab-com-support-and-service-account-naming-for-managed-gitlab-account/</guid><pubDate>Tue, 22 Apr 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;For the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/managed-gitlab-account&quot;&gt;GitLab Managed Service Account&lt;/a&gt;
Credential Provider, you can now specify the name of the service account that Aembit creates in GitLab for that
Credential Provider.&lt;/p&gt;
&lt;p&gt;Additionally, you can now create GitLab Service Account integrations for GitLab.com plans.
See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/integrations/gitlab&quot;&gt;Create a GitLab Service Account Integration for a GitLab.com
plan&lt;/a&gt;&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Credential Provider</category></item><item><title>Pod startup delay and security enhancements for Agent Proxy</title><link>https://docs.aembit-eng.com/changelog/entry/2025-04-21-pod-startup-delay-and-security-enhancements-for-agent-proxy/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-04-21-pod-startup-delay-and-security-enhancements-for-agent-proxy/</guid><pubDate>Mon, 21 Apr 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has added the &lt;code&gt;AEMBIT_PASS_THROUGH_TRAFFIC_BEFORE_REGISTRATION&lt;/code&gt; Agent Proxy environment variable to enable you to
delay the Client Workload Kubernetes pod startup until registration between Agent Proxy and Agent Controller completes.
See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/kubernetes/kubernetes#delaying-pod-startup-until-agent-proxy-has-registered&quot;&gt;Delaying pod startup until Agent Proxy has
registered&lt;/a&gt; for
details.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Aembit has applied security enhancements and hardening to Agent Proxy in this release.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;VM Agent Proxy package&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Terraform ECS module&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AWS Lambda Extension&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt; for more details.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>Allowed TLS Hostname now configurable for Agent Controller</title><link>https://docs.aembit-eng.com/changelog/entry/2025-04-15-allowed-tls-hostname-now-configurable-for-agent-controller/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-04-15-allowed-tls-hostname-now-configurable-for-agent-controller/</guid><pubDate>Tue, 15 Apr 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Agent Controllers now support &lt;strong&gt;Allowed TLS Hostname&lt;/strong&gt; as a configurable field in your Aembit Tenant:&lt;/p&gt;
&lt;p&gt;&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://docs.aembit-eng.com/_astro/edge-components-agent-controller-tls-hostname.DD3zsqAX_29Qu0R.webp&quot; alt=&quot;Create an Agent Controller with TLS Hostname field&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1251&quot; height=&quot;718&quot;&gt;&lt;button aria-label=&quot;Zoom image: Create an Agent Controller with TLS Hostname field&quot; class=&quot;starlight-image-zoom-control&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; fill=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;use href=&quot;#starlight-image-zoom-icon-zoom&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/button&gt;&lt;/starlight-image-zoom-zoomable&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Allowed TLS Hostname&lt;/strong&gt; serves the same purpose as the
&lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-env-vars#agent-controller-environment-variables&quot;&gt;&lt;code&gt;AEMBIT_MANAGED_TLS_HOSTNAME&lt;/code&gt;&lt;/a&gt; Agent Controller
environment variable.&lt;/p&gt;
&lt;p&gt;Configuring an &lt;strong&gt;Allowed TLS Hostname&lt;/strong&gt; allows you to specify which domain name Aembit Managed TLS includes in the TLS
certificate.
This makes sure secure connections from your Agent Proxies are only valid when using this exact domain name to reach
your Agent Controller, enhancing security without restricting which Agent Proxies can communicate with it.&lt;/p&gt;
&lt;p&gt;To configure your Agent Controller with an allowed TLS hostname, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/agent-controller/create-agent-controller&quot;&gt;How to create and Agent
Controller&lt;/a&gt; or &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/agent-controller/configure-aembit-pki-agent-controller-tls&quot;&gt;Configure Agent
Controller TLS with Aembit’s
PKI&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Controller</category></item><item><title>Windows Server now supported for Kerberos Trust Provider and Agent Controller</title><link>https://docs.aembit-eng.com/changelog/entry/2025-04-03-windows-server-now-supported-for-kerberos-trust-provider-and-agent-controller/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-04-03-windows-server-now-supported-for-kerberos-trust-provider-and-agent-controller/</guid><pubDate>Thu, 03 Apr 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Kerberos Trust Provider now supports the attestation of Client Workloads running on Windows Server virtual machines
(VMs) joined to Active Directory (AD).
See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/trust-providers/kerberos-trust-provider&quot;&gt;Kerberos Trust Provider&lt;/a&gt; for details.&lt;/p&gt;
&lt;p&gt;You can now install Agent Controller on Windows Server 2019 and Windows Server 2022 virtual machines.
See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/virtual-machine/windows/agent-controller-install-windows&quot;&gt;Agent Controller on Windows
Server&lt;/a&gt; for details.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Trust Provider</category><category>Agent Controller</category></item><item><title>Standalone CAs and Credential Provider Integrations now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-03-25-standalone-cas-and-credential-provider-integrations-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-03-25-standalone-cas-and-credential-provider-integrations-now-available/</guid><pubDate>Tue, 25 Mar 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Introducing &lt;strong&gt;Standalone CAs&lt;/strong&gt; for more granular control over TLS Decrypt management.
This feature allows you to create and manage dedicated Certificate Authorities (CAs) that function independently from
Aembit’s default Tenant-level certificates.&lt;/p&gt;
&lt;p&gt;With Standalone CAs, you can assign CAs directly to specific Client Workloads or Resource Sets, creating isolated trust
boundaries and enabling precise management of TLS traffic across different environments.
Aembit intelligently selects the appropriate CA using a clear hierarchy: Client Workload level -&amp;gt; Resource Set level -&amp;gt;
Tenant level.&lt;/p&gt;
&lt;p&gt;To learn more about Standalone CAs, see &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/tls-decrypt/configure-tls-decrypt&quot;&gt;About Standalone CA for TLS
Decrypt&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;We’ve updated the &lt;strong&gt;Deploy Edge Components&lt;/strong&gt; experience in the Aembit admin UI to streamline how you deploy Aembit Edge
Components.&lt;/p&gt;
&lt;p&gt;We’ve added deployment guides directly in the Aembit admin UI for each type of deployment such as Kubernetes, Ubuntu
Linux, Red Hat Enterprise Linux, or Microsoft. Now when you’re deploying new Aembit Edge Components, you’ll have a
guided experience to get you up and running faster.&lt;/p&gt;
&lt;p&gt;&lt;starlight-image-zoom-zoomable&gt;&lt;img src=&quot;https://docs.aembit-eng.com/_astro/deployment-model-showcase.D2JGe02q_24zQgO.webp&quot; alt=&quot;Deploy Aembit Edge screen&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1211&quot; height=&quot;655&quot;&gt;&lt;button aria-label=&quot;Zoom image: Deploy Aembit Edge screen&quot; class=&quot;starlight-image-zoom-control&quot;&gt;&lt;svg aria-hidden=&quot;true&quot; fill=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;use href=&quot;#starlight-image-zoom-icon-zoom&quot;&gt;&lt;/use&gt;&lt;/svg&gt;&lt;/button&gt;&lt;/starlight-image-zoom-zoomable&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;Introducing &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/&quot;&gt;Credential Provider Integrations&lt;/a&gt;, which automate
credential lifecycle management for third-party systems. This feature makes sure your workloads always have valid
credentials without manual management, enhancing both security and operational efficiency, eliminating manual credential
management.&lt;/p&gt;
&lt;p&gt;Our new Credential Provider Integrations feature makes this possible by connecting Aembit directly to third-party
systems like with the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/integrations/gitlab&quot;&gt;GitLab Service Account integration&lt;/a&gt;.
The GitLab Service Account integration enables you to create a &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/managed-gitlab-account&quot;&gt;Managed GitLab Account Credential
Provider&lt;/a&gt;, which allows you to manage the credential
lifecycle of your GitLab service accounts.&lt;/p&gt;
&lt;p&gt;This gives you fine-grained control while eliminating the overhead of manual credential management.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Administration</category><category>Credential Provider</category></item><item><title>AWS SigV4 and SigV4a request signing now supported</title><link>https://docs.aembit-eng.com/changelog/entry/2025-03-05-aws-sigv4-and-sigv4a-request-signing-now-supported/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-03-05-aws-sigv4-and-sigv4a-request-signing-now-supported/</guid><pubDate>Wed, 05 Mar 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Aembit Credential Provider for AWS Security Token Service (STS) now supports the AWS SigV4 and SigV4a request
signing protocols.
Aembit automatically signs requests to AWS services using SigV4 for regional services or SigV4a for global/multi-region
services.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-sigv4&quot;&gt;How Aembit uses AWS SigV4 and SigV4a&lt;/a&gt; to learn more and &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/aws-security-token-service-federation&quot;&gt;AWS
Security Token Service (STS) Federation&lt;/a&gt; to
configure an AWS STS Credential Provider.&lt;/p&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;VM Agent Proxy package&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Terraform ECS module&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AWS Lambda Extension&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Credential Provider</category><category>Agent Proxy</category></item><item><title>Agent Proxy SIGTERM termination behavior restored</title><link>https://docs.aembit-eng.com/changelog/entry/2025-03-03-agent-proxy-sigterm-termination-behavior-restored/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-03-03-agent-proxy-sigterm-termination-behavior-restored/</guid><pubDate>Mon, 03 Mar 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Restored Agent Proxy termination behavior when you set &lt;code&gt;AEMBIT_SIGTERM_STRATEGY&lt;/code&gt; to &lt;code&gt;immediate&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;VM Agent Proxy package&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AWS Lambda Extension&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>Agent Controller now serves the full CA certificate chain</title><link>https://docs.aembit-eng.com/changelog/entry/2025-02-27-agent-controller-now-serves-the-full-ca-certificate-chain/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-02-27-agent-controller-now-serves-the-full-ca-certificate-chain/</guid><pubDate>Thu, 27 Feb 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Enhanced Agent Controllers to now serve the entire CA certificate chain instead of just the leaf certificate.&lt;/p&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Controller&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart version&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Terraform ECS module version&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;VM Agent Controller package&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Controller</category></item><item><title>Wiz Access Conditions now support Lambda Containers</title><link>https://docs.aembit-eng.com/changelog/entry/2025-02-25-wiz-access-conditions-now-support-lambda-containers/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-02-25-wiz-access-conditions-now-support-lambda-containers/</guid><pubDate>Tue, 25 Feb 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit’s Access Condition integration with Wiz now supports Lambda Containers. See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/access-conditions/wiz&quot;&gt;Access Condition for
Wiz&lt;/a&gt; to configure an Access Condition.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Access Policy</category></item><item><title>Vault private network access and CrowdStrike on Windows now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-02-20-vault-private-network-access-and-crowdstrike-on-windows-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-02-20-vault-private-network-access-and-crowdstrike-on-windows-now-available/</guid><pubDate>Thu, 20 Feb 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports accessing HashiCorp Vault Credential Providers that reside on private networks.
This allows your colocated Agent Proxy to handle authentication directly instead of Aembit Cloud.
See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/vault-client-token#accessing-vault-on-private-networks&quot;&gt;Accessing Vault on private
networks&lt;/a&gt; for
more info.&lt;/p&gt;
&lt;p&gt;Aembit now supports Conditional Access for CrowdStrike on Windows. To set up Conditional Access for CrowdStrike on
Windows, follow the steps in &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/access-conditions/crowdstrike&quot;&gt;Access Condition for CrowdStrike&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Aembit now supports the AWS Role Trust Provider on Agent Proxy for ECS Fargate deployments.&lt;/p&gt;
&lt;p&gt;Enhanced Vault token header behavior.&lt;/p&gt;
&lt;p&gt;Enhanced Agent Proxy initialization on Kubernetes to prevent other processes from interfering and impacting its startup.&lt;/p&gt;
&lt;p&gt;Updated Edge Components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated Edge Packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Helm Chart&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Terraform ECS module&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;VM Agent Proxy package&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AWS Lambda Extension&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components supported versions&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Credential Provider</category><category>Trust Provider</category><category>Agent Proxy</category><category>Access Policy</category></item><item><title>Azure Entra Workload Identity Federation and automatic user creation now available</title><link>https://docs.aembit-eng.com/changelog/entry/2025-02-11-azure-entra-workload-identity-federation-and-automatic-user-creation-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-02-11-azure-entra-workload-identity-federation-and-automatic-user-creation-now-available/</guid><pubDate>Tue, 11 Feb 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/azure-entra-workload-identity-federation&quot;&gt;Azure Entra Workload Identity Federation as a Credential
Provider&lt;/a&gt;.
This enables you to automatically obtain credentials through Aembit as a third-party federated Identity Provider (IdP)
to securely authenticate with Azure Entra to access your Azure Entra registered applications and managed identities.&lt;/p&gt;
&lt;p&gt;Aembit now supports &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/identity-providers/automatic-user-creation&quot;&gt;Automatic User Creation&lt;/a&gt; triggered by
SSO login requests.
Aembit has enhanced the Identity Provider configuration page with additional parameters, enabling you to map SAML
attributes from your Identity Provider to the user roles defined in your Aembit Tenant.&lt;/p&gt;
&lt;p&gt;You can now &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/tls-decrypt/configure-tls-decrypt#change-your-leaf-certificate-lifetime&quot;&gt;change the leaf certificate
lifetime&lt;/a&gt;
when using the TLS Decrypt feature.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Credential Provider</category><category>Administration</category></item><item><title>Agent Proxy now available on Windows Server virtual machines</title><link>https://docs.aembit-eng.com/changelog/entry/2025-01-28-agent-proxy-now-available-on-windows-server-virtual-machines/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2025-01-28-agent-proxy-now-available-on-windows-server-virtual-machines/</guid><pubDate>Tue, 28 Jan 2025 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit Agent Proxy supports virtual machine deployments for Windows Server 2019 and Windows Server 2022.
See &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/virtual-machine/linux/agent-proxy-install-linux&quot;&gt;Agent Proxy install&lt;/a&gt; for details.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>RHEL with SELinux now supported for Edge components</title><link>https://docs.aembit-eng.com/changelog/entry/2024-12-26-rhel-with-selinux-now-supported-for-edge-components/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-12-26-rhel-with-selinux-now-supported-for-edge-components/</guid><pubDate>Thu, 26 Dec 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit Edge Components have been updated to include support for RedHat Enterprise Linux (RHEL) 8 and 9 with Security-Enhanced Linux (SELinux). With this improvement, administrators may now add additional layers of security to their system architecture.&lt;/p&gt;
&lt;p&gt;For more information on integrating Aembit Edge Components with SELinux, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/virtual-machine/linux/agent-proxy-selinux-config&quot;&gt;SELinux support&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category></item><item><title>SignOn Policy now available for custom login experiences</title><link>https://docs.aembit-eng.com/changelog/entry/2024-12-17-signon-policy-now-available-for-custom-login-experiences/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-12-17-signon-policy-now-available-for-custom-login-experiences/</guid><pubDate>Tue, 17 Dec 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has added support for defining a SignOn Policy, enabling you to customize the login experience for your users.&lt;/p&gt;
&lt;p&gt;For more information, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/sign-on-policy/&quot;&gt;SignOn Policy&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Administration</category></item><item><title>Earlier Client Workload identification in AWS Lambda Extension</title><link>https://docs.aembit-eng.com/changelog/entry/2024-11-22-earlier-client-workload-identification-in-aws-lambda-extension/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-11-22-earlier-client-workload-identification-in-aws-lambda-extension/</guid><pubDate>Fri, 22 Nov 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released an updated AWS Lambda Extension, enhancing support for Client Workload identification earlier in the Lambda container lifecycle.&lt;/p&gt;
&lt;p&gt;For more information, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/serverless/aws-lambda-container#supported-phases&quot;&gt;AWS Lambda Container Supported Phases&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Client Workloads</category></item><item><title>Aembit Virtual Appliance now available for Edge components</title><link>https://docs.aembit-eng.com/changelog/entry/2024-11-14-aembit-virtual-appliance-now-available-for-edge-components/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-11-14-aembit-virtual-appliance-now-available-for-edge-components/</guid><pubDate>Thu, 14 Nov 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released a new, pre-packaged deployment model that enables you to use a Virtual Appliance configuration and setup for deploying Aembit Edge Components in your environment. This virtual appliance image includes both Agent Controller and Agent Proxy bundled together in a single OVA file.&lt;/p&gt;
&lt;p&gt;For more detailed information on how to deploy the Aembit Virtual Appliance, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/virtual-appliances/virtual-appliance&quot;&gt;Virtual Appliance&lt;/a&gt; technical documentation.&lt;/p&gt;</content:encoded><category>New Feature</category></item><item><title>Edge components release with performance improvements</title><link>https://docs.aembit-eng.com/changelog/entry/2024-10-29-edge-components-release-with-performance-improvements/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-10-29-edge-components-release-with-performance-improvements/</guid><pubDate>Tue, 29 Oct 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit Edge Components have been updated to newer versions to improve overall performance and functionality.&lt;/p&gt;
&lt;p&gt;The following components and packages have been updated:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, please see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>Network traffic tracing now available for Agent Proxy debugging</title><link>https://docs.aembit-eng.com/changelog/entry/2024-10-28-network-traffic-tracing-now-available-for-agent-proxy-debugging/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-10-28-network-traffic-tracing-now-available-for-agent-proxy-debugging/</guid><pubDate>Mon, 28 Oct 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Agent Proxy has been updated to include a new environment variable that enables Agent Proxy to monitor network traffic so you can perform detailed debugging if you encounter network traffic errors.&lt;/p&gt;
&lt;p&gt;For more detailed information on this feature, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/troubleshooting/agent-proxy-debug-network-tracing&quot;&gt;Agent Proxy Debug Network Tracing&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>Multiple match rules of the same type now supported in Terraform Provider</title><link>https://docs.aembit-eng.com/changelog/entry/2024-10-25-multiple-match-rules-of-the-same-type-now-supported-in-terraform-provider/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-10-25-multiple-match-rules-of-the-same-type-now-supported-in-terraform-provider/</guid><pubDate>Fri, 25 Oct 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Aembit Terraform Provider is regularly updated with new features and capabilities to give you additional configuration options.&lt;/p&gt;
&lt;p&gt;You may now use multiple Trust Provider match rules of the same type (OR-based combinations) in your Terraform Provider configuration.&lt;/p&gt;
&lt;p&gt;For more detailed technical information on how to use similar match rule types in GitLab using the Aembit Terraform Provider, please see the &lt;a href=&quot;https://registry.terraform.io/providers/Aembit/aembit/latest/docs&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Aembit Terraform Provider Registry&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt; technical documentation.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Trust Provider</category></item><item><title>Explicit steering and enhanced access authorization events now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-10-23-explicit-steering-and-enhanced-access-authorization-events-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-10-23-explicit-steering-and-enhanced-access-authorization-events-now-available/</guid><pubDate>Wed, 23 Oct 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit regularly releases new enhancements and improvements to Aembit Edge and Aembit Cloud components to provide additional features and functionality for your Aembit environment.&lt;/p&gt;
&lt;p&gt;The following new features and enhancements have been released:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enhanced Access Authorization Events&lt;/li&gt;
&lt;li&gt;Explicit Steering&lt;/li&gt;
&lt;li&gt;Updated Aembit Edge Component Versions&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;enhanced-access-authorization-events&quot;&gt;Enhanced Access Authorization Events&lt;/h3&gt;
&lt;p&gt;Aembit automatically records and collects various types of workload metadata in access authorization events, enabling you to use this information to audit and analyze security events.&lt;/p&gt;
&lt;p&gt;The information collected and recorded in these access authorization events has been enhanced to now capture and display additional workload metadata, including &lt;strong&gt;VM hostname&lt;/strong&gt;, &lt;strong&gt;IP address&lt;/strong&gt;, and &lt;strong&gt;process name&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;For more information on access authorization events, please refer to the following technical documentation pages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/audit-report/access-authorization-events&quot;&gt;Access Authorization Events&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;explicit-steering&quot;&gt;Explicit Steering&lt;/h3&gt;
&lt;p&gt;Aembit continues to look for ways to improve the overall user experience in an Aembit environment, while also providing additional functionality and features that enhance this experience. One of these ways is by enabling you to route only specific types of traffic through Aembit, via the explicit steering feature.&lt;/p&gt;
&lt;p&gt;With explicit steering, you can now configure Client Workloads to direct only certain types of traffic to the Agent Proxy. This enables you to have more precise control of which traffic is managed by the Agent Proxy.&lt;/p&gt;
&lt;p&gt;For more information on the explicit steering feature, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/agent-proxy/explicit-steering&quot;&gt;Explicit Steering&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&quot;aembit-edge-components-update&quot;&gt;Aembit Edge Components Update&lt;/h3&gt;
&lt;p&gt;Aembit Edge Components have been updated to newer versions to improve overall performance and functionality.&lt;/p&gt;
&lt;p&gt;The following components and packages have been updated:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Agent Controller&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, please see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Audit &amp; Report</category></item><item><title>GitLab Jobs now supported in the Aembit Terraform Provider</title><link>https://docs.aembit-eng.com/changelog/entry/2024-10-18-gitlab-jobs-now-supported-in-the-aembit-terraform-provider/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-10-18-gitlab-jobs-now-supported-in-the-aembit-terraform-provider/</guid><pubDate>Fri, 18 Oct 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Aembit Terraform Provider is regularly updated with new features and capabilities to give you additional configuration options.&lt;/p&gt;
&lt;p&gt;Aembit now supports both GitLab Job Client Identifiers and GitLab Job Trust Provider types, enabling you to manage Client Workloads in Gitlab using the Aembit Terraform Provider.&lt;/p&gt;
&lt;p&gt;For more detailed technical information on how to manage Client Workloads in GitLab using the Aembit Terraform Provider, please see the &lt;a href=&quot;https://registry.terraform.io/providers/Aembit/aembit/latest/docs&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Aembit Terraform Provider Registry&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt; technical documentation.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Trust Provider</category><category>Client Workloads</category></item><item><title>Multi-Credential Provider Terraform support and Prometheus metrics now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-10-08-multi-credential-provider-terraform-support-and-prometheus-metrics-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-10-08-multi-credential-provider-terraform-support-and-prometheus-metrics-now-available/</guid><pubDate>Tue, 08 Oct 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit regularly releases new enhancements and improvements to Aembit Edge and Aembit Cloud components to provide additional features and functionality for your Aembit environment.&lt;/p&gt;
&lt;p&gt;The following four new major features have been released:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Terraform Provider support for Access Policies with Multiple Credential Providers&lt;/li&gt;
&lt;li&gt;Admin Dashboard enhancements and improvements&lt;/li&gt;
&lt;li&gt;Exposure of Prometheus-compatible Aembit Edge metrics&lt;/li&gt;
&lt;li&gt;Updated Edge Component Versions&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;terraform-provider-support-for-access-policies-with-multiple-credential-providers&quot;&gt;Terraform Provider Support for Access Policies with Multiple Credential Providers&lt;/h3&gt;
&lt;p&gt;Aembit has released a Terraform Provider update that enables users to add multiple Credential Providers to an Access Policy.&lt;/p&gt;
&lt;p&gt;Aembit now supports use cases where the Aembit Terraform Provider can manage Aembit Access Policies associated with individual or multiple Credential Providers.&lt;/p&gt;
&lt;p&gt;For more information about this feature, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/advanced-options/multiple-credential-providers-terraform&quot;&gt;Multiple Credential Providers - Terraform&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&quot;admin-dashboard-enhancements-and-improvements&quot;&gt;Admin Dashboard Enhancements and Improvements&lt;/h3&gt;
&lt;p&gt;Aembit continually makes improvements and enhancements to the Admin Dashboard to provide greater visibility and insight into your Aembit environment.&lt;/p&gt;
&lt;p&gt;The Admin Dashboard has been updated and enhanced with additional tiles and panels that provide detailed information on Client and Server Workloads, Credential Usage by Type, the number of Access Condition failures based on Access Policies over the past 24 hours, and several other visualizations.&lt;/p&gt;
&lt;p&gt;For more information on the Admin Dashboard and these additional panels, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/admin-dashboard/&quot;&gt;Admin Dashboard Overview&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&quot;exposure-of-prometheus-compatible-aembit-edge-metrics&quot;&gt;Exposure of Prometheus-compatible Aembit Edge Metrics&lt;/h3&gt;
&lt;p&gt;Aembit aims to provides users with the ability to view detailed Aembit Edge metrics and data.&lt;/p&gt;
&lt;p&gt;Aembit now exposes Prometheus-compatible metrics which enables users to view, and troubleshoot Aembit Edge Components (Agent Proxy, Agent Controller, and Agent Injector), while supporting both Kubernetes and virtual machine deployment models.&lt;/p&gt;
&lt;p&gt;For more detailed information on how Aembit exposes Prometheus-compatible metrics, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/aembit-edge-prometheus-compatible-metrics&quot;&gt;Aembit Edge Prometheus-compatible Metrics&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&quot;aembit-edge-components-update&quot;&gt;Aembit Edge Components Update&lt;/h3&gt;
&lt;p&gt;Aembit Edge Components have been updated to newer versions to improve overall performance and functionality.&lt;/p&gt;
&lt;p&gt;The following components and packages have been updated:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS Module&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;li&gt;VM Artifacts&lt;/li&gt;
&lt;li&gt;Agent Controller&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, please see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Access Policy</category><category>Administration</category><category>Agent Proxy</category></item><item><title>Improved access authorization events and audit logging</title><link>https://docs.aembit-eng.com/changelog/entry/2024-10-01-improved-access-authorization-events-and-audit-logging/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-10-01-improved-access-authorization-events-and-audit-logging/</guid><pubDate>Tue, 01 Oct 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released improvements to its reporting and logging/auditing capabilities, giving you improved visibility into access authorization events and audit logs. With these enhancements, you can more easily diagnose issues and troubleshoot problems in your environment.&lt;/p&gt;
&lt;h3 id=&quot;improved-access-authorization-events-and-audit-logging&quot;&gt;Improved Access Authorization Events and Audit Logging&lt;/h3&gt;
&lt;p&gt;Improvements have been made to the Aembit Tenant’s reporting capabilities and reporting documentation, enabling increased visibility into access authorization events and audit logs. The Aembit technical documentation has also been augmented to assist with using these capabilities.&lt;/p&gt;
&lt;p&gt;For more information on these access authorization event and audit log improvements, please see the following pages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/audit-report/access-authorization-events&quot;&gt;Access Authorization Events&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/audit-report/audit-logs/&quot;&gt;Audit Logs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Audit &amp; Report</category></item><item><title>Real-time Agent Controller health monitoring now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-09-30-real-time-agent-controller-health-monitoring-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-09-30-real-time-agent-controller-health-monitoring-now-available/</guid><pubDate>Mon, 30 Sep 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released two new updates and improvements to Aembit components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Agent Controller functionality has been enhanced to enable real-time monitoring and status of Agent Controllers in the Aembit Tenant.&lt;/li&gt;
&lt;li&gt;Aembit Edge Components and packages have been updated to the latest versions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;agent-controller-real-time-health-status-and-health-update&quot;&gt;Agent Controller Real-Time Health Status and Health Update&lt;/h3&gt;
&lt;p&gt;You may now view the real-time health status of Agent Controllers in the Aembit Tenant.&lt;/p&gt;
&lt;p&gt;For more information on how to check the health status of Agent Controllers, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/troubleshooting/tenant-health-check&quot;&gt;Tenant Health Check&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&quot;edge-components-update&quot;&gt;Edge Components Update&lt;/h3&gt;
&lt;p&gt;Aembit Edge Components have been updated to newer versions to improve overall performance and functionality.&lt;/p&gt;
&lt;p&gt;The following components and packages have been updated:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS Module&lt;/li&gt;
&lt;li&gt;VM Artifacts&lt;/li&gt;
&lt;li&gt;Agent Controller&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, please see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Controller</category></item><item><title>Helm Chart fix for Edge components</title><link>https://docs.aembit-eng.com/changelog/entry/2024-09-20-helm-chart-fix-for-edge-components/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-09-20-helm-chart-fix-for-edge-components/</guid><pubDate>Fri, 20 Sep 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit Edge Components are regularly updated to newer versions to address specific bug fixes and optimize performance of these components.&lt;/p&gt;
&lt;p&gt;We recently identified a known issue that was resolved with a new Helm Chart version.&lt;/p&gt;
&lt;p&gt;For the latest available versions of these components, please see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>Custom Resource Sets now supported for GitHub Actions and GitLab Jobs</title><link>https://docs.aembit-eng.com/changelog/entry/2024-09-18-custom-resource-sets-now-supported-for-github-actions-and-gitlab-jobs/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-09-18-custom-resource-sets-now-supported-for-github-actions-and-gitlab-jobs/</guid><pubDate>Wed, 18 Sep 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit regularly provides feature and functionality updates to various components to extend capabilities and performance.&lt;/p&gt;
&lt;p&gt;Aembit has released a feature improvement that enables you to work with Custom Resource Sets in GitHub Actions and GitLab Jobs CI/CD pipelines.&lt;/p&gt;
&lt;h3 id=&quot;custom-resource-set-support-for-github-actions-and-gitlab-jobs&quot;&gt;Custom Resource Set Support for GitHub Actions and GitLab Jobs&lt;/h3&gt;
&lt;p&gt;For users that would like to implement a CI/CD pipeline solution using Aembit with a custom Resource Set, separate from other workloads, Aembit has introduced Resource Set support for both GitHub Actions and GitLab Jobs.&lt;/p&gt;
&lt;p&gt;Aembit supports Workload Identity and Access with GitHub Actions or GitLab Jobs, in your CI/CD workloads and encourages scoping these for appropriate access control. Adding support for Resource Sets in these solutions provides you with additional options and flexibility in best managing and protecting your CI/CD workloads.&lt;/p&gt;
&lt;p&gt;For more information on how to configure Resource Sets in GitHub Actions and GitLab Jobs, please see the following pages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/ci-cd/github/&quot;&gt;GitHub Actions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/ci-cd/gitlab/&quot;&gt;GitLab Jobs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Administration</category><category>Client Workloads</category></item><item><title>Aembit PKI Agent Controller TLS now available for Kubernetes and virtual machines</title><link>https://docs.aembit-eng.com/changelog/entry/2024-09-17-aembit-pki-agent-controller-tls-now-available-for-kubernetes-and-virtual-machines/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-09-17-aembit-pki-agent-controller-tls-now-available-for-kubernetes-and-virtual-machines/</guid><pubDate>Tue, 17 Sep 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit regularly releases updates to Aembit components and packages to improve overall performance of your environment.&lt;/p&gt;
&lt;p&gt;The following updates have been released:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Aembit Edge Component Updates&lt;/li&gt;
&lt;li&gt;Agent Controller PKI-Based TLS Support for Kubernetes and virtual machines&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;aembit-edge-component-updates&quot;&gt;Aembit Edge Component Updates&lt;/h3&gt;
&lt;p&gt;Aembit Edge Components have been updated to newer versions to improve overall performance and functionality.&lt;/p&gt;
&lt;p&gt;The following components and packages have been updated:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS Module&lt;/li&gt;
&lt;li&gt;VM Artifacts&lt;/li&gt;
&lt;li&gt;AWS Lambda Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For the latest available versions of these components, please see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&quot;agent-controller-pki-based-tls-support-for-kubernetes-and-virtual-machine-deployments&quot;&gt;Agent Controller PKI-Based TLS Support for Kubernetes and virtual machine Deployments&lt;/h3&gt;
&lt;p&gt;Aembit has extended the Aembit PKI-based Agent Controller TLS functionality beyond just ECS deployment models to include Kubernetes and virtual machine deployments.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;For Kubernetes deployments, if the Customer’s PKI-based Agent Controller is already configured, it will remain unchanged. Otherwise, Aembit’s PKI-based Agent Controller TLS is enabled by default.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;For virtual machine deployments, you need to configure Aembit’s PKI-based Agent Controller TLS manually.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Agent Controller</category></item><item><title>Edge components release with Agent Proxy idle timeout fix</title><link>https://docs.aembit-eng.com/changelog/entry/2024-09-05-edge-components-release-with-agent-proxy-idle-timeout-fix/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-09-05-edge-components-release-with-agent-proxy-idle-timeout-fix/</guid><pubDate>Thu, 05 Sep 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit Edge Components are updated on a regular basis to include new features, functionality, and package improvements.&lt;/p&gt;
&lt;p&gt;Aembit has released new versions of the following components and packages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Helm Chart&lt;/li&gt;
&lt;li&gt;Terraform ECS Module&lt;/li&gt;
&lt;li&gt;VM Artifacts&lt;/li&gt;
&lt;li&gt;AWS Lambda&lt;/li&gt;
&lt;li&gt;Agent Proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;&lt;p&gt;Agent Proxy has been updated to address a specific issue related to idle timeouts for HTTP persistent connections (currently 1 hour). If no new request comes over a connection, the request will be closed by Agent Proxy.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;For the latest available versions of these components, please see the &lt;a href=&quot;https://docs.aembit-eng.com/reference/edge-components/edge-component-supported-versions&quot;&gt;Edge Components Supported Versions&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>Updated Admin Dashboard and multiple Credential Providers per Access Policy</title><link>https://docs.aembit-eng.com/changelog/entry/2024-08-27-updated-admin-dashboard-and-multiple-credential-providers-per-access-policy/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-08-27-updated-admin-dashboard-and-multiple-credential-providers-per-access-policy/</guid><pubDate>Tue, 27 Aug 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit recently released the following two updates to improve the Aembit user experience:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Aembit Tenant UI has been updated with an expanded Admin Dashboard with additional metrics and data.&lt;/li&gt;
&lt;li&gt;Access Policies have been improved to enable users to add multiple Credential Providers to Access Policies.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;updated-admin-dashboard&quot;&gt;Updated Admin Dashboard&lt;/h3&gt;
&lt;p&gt;Aembit has released an updated Admin Dashboard with additional metrics and data you can review when logging into your tenant. You will now see the following metrics displayed from the last 24 hours:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Client Workloads (Managed)&lt;/li&gt;
&lt;li&gt;Server Workloads (Managed)&lt;/li&gt;
&lt;li&gt;Credentials (Usage By Type)&lt;/li&gt;
&lt;li&gt;Workloads Connections (Managed)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;multiple-service-accounts-per-access-policy&quot;&gt;Multiple Service Accounts per Access Policy&lt;/h3&gt;
&lt;p&gt;Aembit now supports the ability for you to have multiple Credential Providers associated with an Access Policy for specific use cases.&lt;/p&gt;
&lt;p&gt;Adding and mapping multiple Credential Providers to an Access Policy can be very useful when you have a single Access Policy, but want to have different Credential Providers associated with that Access Policy.&lt;/p&gt;
&lt;p&gt;For example, if you want to have the same Client Workload access the same Server Workload, but use different credentials for different functions, this feature enables you to specify the appropriate Credential Providers for each function on an Access Policy.&lt;/p&gt;
&lt;p&gt;For more detailed information on how you can add multiple Credential Providers to an Access Policy, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/multiple-credential-providers&quot;&gt;Multiple Credential Providers&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Administration</category><category>Access Policy</category></item><item><title>Agent Proxy now injected as a native Kubernetes sidecar</title><link>https://docs.aembit-eng.com/changelog/entry/2024-08-09-agent-proxy-now-injected-as-a-native-kubernetes-sidecar/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-08-09-agent-proxy-now-injected-as-a-native-kubernetes-sidecar/</guid><pubDate>Fri, 09 Aug 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Kubernetes recently introduced support for native sidecar containers. Aembit now leverages this model for the Agent Proxy, where possible.&lt;/p&gt;
&lt;p&gt;Aembit now automatically injects the Agent Proxy as a native sidecar, allowing init container Client Workloads.&lt;/p&gt;
&lt;div&gt;&lt;p&gt;This change only applies to Kubernetes deployments of version 1.29 and above.&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;For more information on how you can use Agent Proxy as a sidecar to support init containers, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/kubernetes/kubernetes#optional-configurations&quot;&gt;Kubernetes Deployment&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>Comprehensive Aembit API documentation now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-08-01-comprehensive-aembit-api-documentation-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-08-01-comprehensive-aembit-api-documentation-now-available/</guid><pubDate>Thu, 01 Aug 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released comprehensive API technical documentation for the Aembit API.&lt;/p&gt;
&lt;p&gt;With this documentation release, you now have access to a complete library technical content, usage information, and the latest version of the OpenAPI specification, which you can use to learn how to use the Aembit API.&lt;/p&gt;
&lt;p&gt;For more detailed information on the Aembit API technical documentation, please see the  page.&lt;/p&gt;</content:encoded><category>Enhancement</category></item><item><title>Aembit Edge Terraform module and ECS TLS support now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-07-29-aembit-edge-terraform-module-and-ecs-tls-support-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-07-29-aembit-edge-terraform-module-and-ecs-tls-support-now-available/</guid><pubDate>Mon, 29 Jul 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released two major enhancements to Aembit Edge Components: Aembit Edge Terraform Module for AWS ECS, and ECS TLS support.&lt;/p&gt;
&lt;h3 id=&quot;aembit-ecs-terraform-registry&quot;&gt;Aembit ECS Terraform Registry&lt;/h3&gt;
&lt;p&gt;Aembit releases updates to the Aembit ECS Terraform Registry on a regular basis to provide users with additional features and functionality, including improvements to Agent Proxy and Agent Controller.&lt;/p&gt;
&lt;p&gt;For more information on the latest ECS Terraform Registry release, please see the &lt;a href=&quot;https://registry.terraform.io/modules/Aembit/ecs/aembit/latest&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Aembit Terraform Registry&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&quot;ecs-tls-support&quot;&gt;ECS TLS Support&lt;/h3&gt;
&lt;p&gt;Aembit has released an ECS deployment enhancement that enable Transport Layer Security (TLS) between the Agent Proxy and Agent Controller using Aembit-provided Private Key Infrastructure (PKI).&lt;/p&gt;
&lt;div&gt;&lt;p&gt;There is no option to use your own PKI for ECS deployments.&lt;/p&gt;&lt;/div&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Agent Controller</category></item><item><title>Aembit Terraform Provider update with Custom Resource Sets and OAuth</title><link>https://docs.aembit-eng.com/changelog/entry/2024-07-18-aembit-terraform-provider-update-with-custom-resource-sets-and-oauth/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-07-18-aembit-terraform-provider-update-with-custom-resource-sets-and-oauth/</guid><pubDate>Thu, 18 Jul 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released an Aembit Terraform Provider update to the Terraform Registry.&lt;/p&gt;
&lt;p&gt;This update includes several improvements and enhancements, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Support for Custom Resource Sets.&lt;/li&gt;
&lt;li&gt;Removal of the deprecated AWS ECS Role Trust Provider (replaced previously by the AWS Role Trust Provider).&lt;/li&gt;
&lt;li&gt;Support for Credential Providers of type OAuth2 Authorization Code.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information on these updates and changes, please see the &lt;a href=&quot;https://registry.terraform.io/providers/Aembit/aembit/1.15.0&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Aembit Terraform Registry&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category></item><item><title>Dynamic steering to specific hostnames now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-07-03-dynamic-steering-to-specific-hostnames-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-07-03-dynamic-steering-to-specific-hostnames-now-available/</guid><pubDate>Wed, 03 Jul 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports dynamically steering only specific traffic to the Agent Proxy.&lt;/p&gt;
&lt;p&gt;The dynamic steering feature introduces the ability to restrict this proxied traffic to a specific list of hostnames. When this feature is enabled, only egress traffic to the user-specified hostnames will be proxied. This enables you to have more precise control over which destinations’ traffic is managed by the Agent Proxy.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Agent Proxy</category></item><item><title>Expanded Client Workload identification and Trust Provider match rules</title><link>https://docs.aembit-eng.com/changelog/entry/2024-06-26-expanded-client-workload-identification-and-trust-provider-match-rules/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-06-26-expanded-client-workload-identification-and-trust-provider-match-rules/</guid><pubDate>Wed, 26 Jun 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports more options for identifying Client Workloads and specifying Trust Provider match rules, including multiple “or” condition matches and wildcard support.&lt;/p&gt;
&lt;p&gt;These matching improvements shipped alongside the new &lt;a href=&quot;https://docs.aembit-eng.com/changelog/entry/2024-06-26-oauth-2-0-authorization-code-credential-provider-now-available&quot;&gt;OAuth 2.0 Authorization Code Credential Provider&lt;/a&gt;; see that entry for the new-feature details.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Client Workloads</category><category>Trust Provider</category></item><item><title>OAuth 2.0 Authorization Code Credential Provider now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-06-26-oauth-2-0-authorization-code-credential-provider-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-06-26-oauth-2-0-authorization-code-credential-provider-now-available/</guid><pubDate>Wed, 26 Jun 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports 3-legged OAuth (3LO) workflows through the new OAuth 2.0 Authorization Code Credential Provider. Applications can request a user’s permission to access their account data and act on the user’s behalf.&lt;/p&gt;
&lt;p&gt;With 3LO support, an application can access services or applications that the user has authorized.&lt;/p&gt;
&lt;p&gt;Aembit supports the following third-party services with OAuth 2.0 Authorization Code Credential Providers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Atlassian&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.gitlab.com/ee/api/oauth2.html&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;GitLab&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://api.slack.com/legacy/oauth&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Slack&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://cloud.google.com/bigquery/docs/third-party-integration#authentication&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;GCP BigQuery&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.apigee.com/api-platform/security/oauth/oauth-introduction&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Apigee&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.pagerduty.com/blog/build-sophisticated-apps-for-your-pagerduty-environment-using-oauth-2-0-and-api-scopes/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;PagerDuty&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For configuration details, see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/oauth-authorization-code&quot;&gt;OAuth 2.0 Authorization Code Credential&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;An expansion to Client Workload identification and Trust Provider match rules also shipped in this release; see &lt;a href=&quot;https://docs.aembit-eng.com/changelog/entry/2024-06-26-expanded-client-workload-identification-and-trust-provider-match-rules&quot;&gt;Expanded Client Workload identification and Trust Provider match rules&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Credential Provider</category></item><item><title>OAuth 2.0 Authorization Code Credential Provider enters beta</title><link>https://docs.aembit-eng.com/changelog/entry/2024-06-10-oauth-2-0-authorization-code-credential-provider-enters-beta/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-06-10-oauth-2-0-authorization-code-credential-provider-enters-beta/</guid><pubDate>Mon, 10 Jun 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released beta support for the OAuth 2.0 Authorization Code Credential Provider.&lt;/p&gt;
&lt;p&gt;Many organizations require Credential Provider support for various 3rd party SaaS services which only support short lived credentials with the OAuth 2.0 Authorization Code Flow. These services included:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Atlassian&lt;/li&gt;
&lt;li&gt;GitLab&lt;/li&gt;
&lt;li&gt;Slack&lt;/li&gt;
&lt;li&gt;GCP BigQuery&lt;/li&gt;
&lt;li&gt;Apigee&lt;/li&gt;
&lt;li&gt;PagerDuty&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This beta release enables users to use 3rd party SaaS services and have short-lived access tokens generated on demand for authentication to APIs that these 3rd party services provide.&lt;/p&gt;
&lt;p&gt;For more information on how to configure the OAuth 2.0 Authorization Code Credential Provider to be used with any of these 3rd party services, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/oauth-client-credentials&quot;&gt;OAUth 2.0 Authorization Code Credential Provider&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Credential Provider</category></item><item><title>Non-root Aembit containers and configurable Agent Proxy file descriptor limits</title><link>https://docs.aembit-eng.com/changelog/entry/2024-06-05-non-root-aembit-containers-and-configurable-agent-proxy-fd-limits/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-06-05-non-root-aembit-containers-and-configurable-agent-proxy-fd-limits/</guid><pubDate>Wed, 05 Jun 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released two new feature updates that enhance existing Aembit functionality.&lt;/p&gt;
&lt;h3 id=&quot;aembit-containers&quot;&gt;Aembit Containers&lt;/h3&gt;
&lt;p&gt;All injected Aembit containers are now run as non-root users.&lt;/p&gt;
&lt;h3 id=&quot;agent-proxy-file-descriptor-limits&quot;&gt;Agent Proxy File Descriptor Limits&lt;/h3&gt;
&lt;p&gt;Users may configure limits for the number of file descriptors Agent Proxy is allowed to open on a VM. You may configure this number when Agent Proxy is installed (using the &lt;code&gt;AEMBIT_FD_LIMIT&lt;/code&gt; flag).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;virtual machines&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Default Limit&lt;/em&gt; - 65535, set by Agent Proxy installer&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Configuration&lt;/em&gt; - This limit is configurable via the &lt;code&gt;AEMBIT_FD_LIMIT&lt;/code&gt; environment variable. This value is passed directly to &lt;code&gt;systemd&lt;/code&gt; in Agent Proxy’s service file at the time of installation.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Example&lt;/em&gt; - &lt;code&gt;AEMBIT_FD_LIMIT=200000 [...] ./install&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;Kubernetes&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Default Limit&lt;/em&gt; - This limit is inherited from container runtime.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Configuration&lt;/em&gt; - There is no official support without modifying the underlying runtime. For more information on configuring these limits, please see the &lt;a href=&quot;https://github.com/kubernetes/kubernetes/issues/3595&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Kubernetes limits support&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt; GitHub thread.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;AWS ECS&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Default Limit&lt;/em&gt; - 1024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Configuration&lt;/em&gt; - This limit is configurable via the ECS Task Definition API or ECS Dashboard. Please refer to the &lt;a href=&quot;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-tasks-services.html#fargate-resource-limits&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;AWS ECS Developer Guide&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt; for more detailed information on how to configure these limits.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;AWS Lambda&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Default Limit&lt;/em&gt; - 1024&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Configuration&lt;/em&gt; - This limit is not configurable. For more information, please refer to the &lt;a href=&quot;https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#function-configuration-deployment-and-execution&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;AWS Lambda Developer Guide&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>AWS Role Trust Provider now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-06-04-aws-role-trust-provider-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-06-04-aws-role-trust-provider-now-available/</guid><pubDate>Tue, 04 Jun 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released an update to support AWS Role-Based Trust Providers.&lt;/p&gt;
&lt;p&gt;The ability to create and use different types of Trust Providers in your Aembit environment enables you to have flexibility in how resources are managed. With this enhancement, you now have an additional option when selecting a Trust Provider.&lt;/p&gt;
&lt;p&gt;For more information on AWS Role-Based Trust Providers, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/trust-providers/aws-role-trust-provider&quot;&gt;AWS Role Trust Provider&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Trust Provider</category></item><item><title>Resource Sets now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-05-30-resource-sets-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-05-30-resource-sets-now-available/</guid><pubDate>Thu, 30 May 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Many organizations have certain security requirements that specify which resources should be managed by a group. To address these security needs, Aembit has released a new Resource Sets feature that enables you to determine which groups will have access to various resources.&lt;/p&gt;
&lt;p&gt;You may find it necessary to segment management responsibilities for certain entities and resources in your Aembit environment between different individuals and groups for security reasons. To accommodate this requirement, Aembit has released the Resource Sets feature.&lt;/p&gt;
&lt;p&gt;Resource Sets enable you to group entities and resources (e.g. Credential Providers, Trust Providers, Identity Providers, etc.) into a single collection and assign specific users to manage these resources.&lt;/p&gt;
&lt;p&gt;For more detailed technical information on how to use create and manage Resource Sets, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/resource-sets/&quot;&gt;Resource Sets&lt;/a&gt; technical documentation.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Administration</category></item><item><title>Graceful Agent Proxy shutdown for sidecars</title><link>https://docs.aembit-eng.com/changelog/entry/2024-05-15-graceful-agent-proxy-shutdown-for-sidecars/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-05-15-graceful-agent-proxy-shutdown-for-sidecars/</guid><pubDate>Wed, 15 May 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;In some cases, you may find it necessary to manually shut down Agent Proxy when the main container exits, but a sidecar is still running. Since you may not want to kill the whole job, since it will look like a cancelled job, Aembit now provides a solution that enables you to gracefully terminate the job while allowing the sidecar to still run.&lt;/p&gt;
&lt;p&gt;For more detailed information on this feature, please refer to the Agent Proxy Shutdown page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category></item><item><title>AWS Lambda Container deployment now supported</title><link>https://docs.aembit-eng.com/changelog/entry/2024-04-30-aws-lambda-container-deployment-now-supported/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-04-30-aws-lambda-container-deployment-now-supported/</guid><pubDate>Tue, 30 Apr 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;There are many different deployment options you can currently use to deploy Aembit Edge Components in your environment, including GitHub Actions, GitLab Jobs, and Kubernetes.&lt;/p&gt;
&lt;p&gt;To increase the available deployment options for our users, Aembit now provides support for users who wish to deploy Aembit Edge Components to an Amazon Web Services (AWS) Lambda Container.&lt;/p&gt;
&lt;p&gt;For more detailed information on how to deploy Aembit Edge Components to AWS Lambda Containers, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/serverless/aws-lambda-container&quot;&gt;AWS Lambda Container&lt;/a&gt; technical documentation.&lt;/p&gt;</content:encoded><category>New Feature</category></item><item><title>GeoIP Access Conditions and Google Cloud Storage Log Streams now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-04-23-geoip-access-conditions-and-google-cloud-storage-log-streams-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-04-23-geoip-access-conditions-and-google-cloud-storage-log-streams-now-available/</guid><pubDate>Tue, 23 Apr 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released two new features on Aembit Cloud:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Access Condition support for Geographic IP (GeoIP) restrictions&lt;/li&gt;
&lt;li&gt;Log Stream support for streaming to Google Cloud Storage Buckets&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;aembit-geoip-access-conditions&quot;&gt;Aembit GeoIP Access Conditions&lt;/h3&gt;
&lt;p&gt;You may now configure and add Aembit GeoIP conditions in your Aembit Tenant. This new Access Condition type enables you to explicitly designate which countries/regions will have access to Server Workloads from policy-enabled Client Workloads.&lt;/p&gt;
&lt;p&gt;For more information on this feature, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/access-conditions/aembit-geoip&quot;&gt;Access Conditions for GeoIP Restriction&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&quot;google-cloud-storage-bucket-log-streams&quot;&gt;Google Cloud Storage Bucket Log Streams&lt;/h3&gt;
&lt;p&gt;Aembit now supports Log Streams that target Google Cloud Storage (GCS) Buckets. You may add or configure this new Log Stream destination type in the Administration tab of your Aembit Tenant.&lt;/p&gt;
&lt;p&gt;For more information on this feature, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/access-conditions/aembit-geoip&quot;&gt;Google Cloud Storage Bucket Log Streams&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Access Policy</category><category>Audit &amp; Report</category></item><item><title>Red Hat 8.9 now supported for virtual machine deployments</title><link>https://docs.aembit-eng.com/changelog/entry/2024-04-08-red-hat-8-9-now-supported-for-virtual-machine-deployments/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-04-08-red-hat-8-9-now-supported-for-virtual-machine-deployments/</guid><pubDate>Mon, 08 Apr 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit Edge Components now support virtual machine deployments to virtual machines running Red Hat 8.9.&lt;/p&gt;</content:encoded><category>Enhancement</category></item><item><title>GitLab CI/CD Jobs now supported as Client Workloads</title><link>https://docs.aembit-eng.com/changelog/entry/2024-04-04-gitlab-cicd-jobs-now-supported-as-client-workloads/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-04-04-gitlab-cicd-jobs-now-supported-as-client-workloads/</guid><pubDate>Thu, 04 Apr 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports GitLab CI/CD Jobs as Client Workloads.&lt;/p&gt;
&lt;p&gt;For more information on how to configure GitLabs Jobs with Aembit Client Workloads, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/ci-cd/gitlab/&quot;&gt;Script-based Agent&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Client Workloads</category></item><item><title>Automatic Kerberos attestation key rotation in Agent Controller</title><link>https://docs.aembit-eng.com/changelog/entry/2024-03-19-automatic-kerberos-attestation-key-rotation-in-agent-controller/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-03-19-automatic-kerberos-attestation-key-rotation-in-agent-controller/</guid><pubDate>Tue, 19 Mar 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;An issue was identified in the Agent Controller component due to the non-rotation of the public/private key pair used for Kerberos attestation. This issue has been resolved by implementing a process by which these private/public key pairs will be automatically rotated when the certificate reaches 80% of its lifespan.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Controller</category></item><item><title>Kerberos Trust Provider now available for Active Directory</title><link>https://docs.aembit-eng.com/changelog/entry/2024-03-12-kerberos-trust-provider-now-available-for-active-directory/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-03-12-kerberos-trust-provider-now-available-for-active-directory/</guid><pubDate>Tue, 12 Mar 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released a Kerberos Trust Provider that enables the attestation of Client Workloads running in virtual machine environments joined to Active Directory. This attestation method is specifically designed for on-premise deployments where alternative attestation methods, such as AWS or Azure metadata service trust providers, are not available.&lt;/p&gt;
&lt;p&gt;For more detailed information on this Kerberos Trust Provider, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/trust-providers/kerberos-trust-provider&quot;&gt;Kerberos Trust Provider&lt;/a&gt; technical documentation.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Trust Provider</category></item><item><title>TLS support between Agent Proxy and Agent Controller</title><link>https://docs.aembit-eng.com/changelog/entry/2024-03-11-tls-support-between-agent-proxy-and-agent-controller/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-03-11-tls-support-between-agent-proxy-and-agent-controller/</guid><pubDate>Mon, 11 Mar 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports secure communication between Agent Proxy and Agent Controller using Transport Layer Security (TLS) for both Kubernetes and virtual machine deployments.&lt;/p&gt;
&lt;p&gt;For more information on how to configure TLS for Agent Controller, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/agent-controller/configure-customer-pki-agent-controller-tls&quot;&gt;Configuring TLS for Agent Controller&lt;/a&gt; documentation.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Agent Proxy</category><category>Agent Controller</category></item><item><title>Aembit Terraform Provider now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-03-09-aembit-terraform-provider-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-03-09-aembit-terraform-provider-now-available/</guid><pubDate>Sat, 09 Mar 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has officially released a Terraform Provider to the &lt;a href=&quot;https://registry.terraform.io/modules/Aembit/ecs/aembit/latest&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;Hashicorp Terraform Registry&lt;span&gt;&lt;svg class=&quot;external-link-icon&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; width=&quot;12&quot; height=&quot;12&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6&quot;&gt;&lt;/path&gt;&lt;polyline points=&quot;15 3 21 3 21 9&quot;&gt;&lt;/polyline&gt;&lt;line x1=&quot;10&quot; y1=&quot;14&quot; x2=&quot;21&quot; y2=&quot;3&quot;&gt;&lt;/line&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Aembit Terraform Provider enables users to manage Aembit Cloud resources using terraform manually or via CI/CD workflows.&lt;/p&gt;
&lt;p&gt;For more detailed information about the Aembit Terraform Provider, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/advanced-options/terraform/terraform-configuration&quot;&gt;Aembit Terraform documentation&lt;/a&gt;.&lt;/p&gt;</content:encoded><category>New Feature</category></item><item><title>SAML SSO authentication now available for administrators</title><link>https://docs.aembit-eng.com/changelog/entry/2024-02-27-saml-sso-authentication-now-available-for-administrators/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-02-27-saml-sso-authentication-now-available-for-administrators/</guid><pubDate>Tue, 27 Feb 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports SAML/SSO authentication for administrators who wish to simplify the Aembit Tenant login process for their users. Instead of requiring a user to enter their username/password credentials every time a user tries to access the Aembit Tenant, users will now be able to use a 3rd party SAML SSO Provider (e.g. Google, Okta, Microsoft Entrata) to log into the tenant.&lt;/p&gt;
&lt;p&gt;For more information on how to configure Identity Providers using SAML, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/administration/identity-providers/create-idp-saml&quot;&gt;Configuring Identity Providers&lt;/a&gt; technical documentation.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Administration</category></item><item><title>Wiz integration now available for vulnerability assessment</title><link>https://docs.aembit-eng.com/changelog/entry/2024-01-31-wiz-integration-now-available-for-vulnerability-assessment/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-01-31-wiz-integration-now-available-for-vulnerability-assessment/</guid><pubDate>Wed, 31 Jan 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports Wiz integration. Using the Wiz Integration API, you can work with both your Aembit Tenant and Wiz to identify customer assets and vulnerabilities.&lt;/p&gt;
&lt;p&gt;For more detailed information about the Aembit -&amp;gt; Wiz integration, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/access-conditions/integrations/wiz&quot;&gt;Wiz Integration page&lt;/a&gt; on the Aembit technical documentation site.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Access Policy</category></item><item><title>Access Authorization Events and Google Cloud Run Jobs support now available</title><link>https://docs.aembit-eng.com/changelog/entry/2024-01-16-access-authorization-events-and-google-cloud-run-jobs-support-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-01-16-access-authorization-events-and-google-cloud-run-jobs-support-now-available/</guid><pubDate>Tue, 16 Jan 2024 12:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;support-for-access-authorization-events&quot;&gt;Support for Access Authorization Events&lt;/h3&gt;
&lt;p&gt;Aembit has now enabled support for Access Authorization Events. Access Authorization Events enable customers to observe credential requests.&lt;/p&gt;
&lt;h3 id=&quot;support-for-google-cloudrun-jobs-as-client-workloads&quot;&gt;Support for Google CloudRun Jobs as Client Workloads&lt;/h3&gt;
&lt;p&gt;Aembit supports Google CloudRun Jobs as Client Workloads. With this support, you can now:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;authenticate to the Aembit IdP using Attestation with the GCP Cloud Run Job Identity&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;request and retrieve a secret from GCP Secret Manager&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;</content:encoded><category>Enhancement</category><category>Audit &amp; Report</category><category>Client Workloads</category></item><item><title>CrowdStrike integration now available for security posture checks</title><link>https://docs.aembit-eng.com/changelog/entry/2024-01-15-crowdstrike-integration-now-available-for-security-posture-checks/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-01-15-crowdstrike-integration-now-available-for-security-posture-checks/</guid><pubDate>Mon, 15 Jan 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit now supports integration with CrowdStrike. This integration allows you to leverage CrowdStrike’s service to prevent Server Workload access from Client Workloads that do not meet an expected state.&lt;/p&gt;
&lt;p&gt;For more information about this integration, please refer to the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/access-conditions/integrations/crowdstrike&quot;&gt;CrowdStrike Integration page&lt;/a&gt; on the Aembit technical documentation site.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Access Policy</category></item><item><title>Agent Controller high availability now supported</title><link>https://docs.aembit-eng.com/changelog/entry/2024-01-04-agent-controller-high-availability-now-supported/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2024-01-04-agent-controller-high-availability-now-supported/</guid><pubDate>Thu, 04 Jan 2024 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The Aembit Agent Controller can now be installed in high availability configurations. Because the Agent Controller is a critical Aembit Edge Component that manages Agent Proxy registration and credential acquisition for Aembit Cloud access, HA support was necessary to ensure the continuous availability of the Agent Controller.&lt;/p&gt;
&lt;p&gt;For information on installing and configuring Agent Controller in high availability environments, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/advanced-options/agent-controller/agent-controller-high-availability&quot;&gt;Agent
Controller High Availability&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Agent Controller</category></item><item><title>CrowdStrike Falcon Sensor integration for virtual machine verification</title><link>https://docs.aembit-eng.com/changelog/entry/2023-12-07-crowdstrike-falcon-sensor-integration-for-virtual-machine-verification/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2023-12-07-crowdstrike-falcon-sensor-integration-for-virtual-machine-verification/</guid><pubDate>Thu, 07 Dec 2023 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;In an effort to ensure &lt;strong&gt;only&lt;/strong&gt; Client Workloads that run in a secure environment can access Server Workloads, Aembit has enabled integrations with CrowdStrike and its CrowdStrike Falcon Sensor. CrowdStrike Falcon Sensor checks multiple items on the virtual machine (VM) to verify the VM is secure.&lt;/p&gt;</content:encoded><category>New Feature</category><category>Access Policy</category></item><item><title>MFA support and Linux virtual machine Edge deployment now available</title><link>https://docs.aembit-eng.com/changelog/entry/2023-11-14-mfa-support-and-linux-virtual-machine-edge-deployment-now-available/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2023-11-14-mfa-support-and-linux-virtual-machine-edge-deployment-now-available/</guid><pubDate>Tue, 14 Nov 2023 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Several new feature updates and additions have been made to improve Aembit user experience. These updates include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Admin console multi-factor authentication support&lt;/li&gt;
&lt;li&gt;Edge components VM deployment support&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;multi-factor-authentication-support&quot;&gt;Multi-factor authentication support&lt;/h3&gt;
&lt;p&gt;Aembit now supports Multi-Factor Authentication (MFA) so users can provide different authentication methods. Users can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;scan a QR code to configure their compatible authentication application&lt;/li&gt;
&lt;li&gt;retrieve MFA Recovery Codes in case the device or application is unavailable&lt;/li&gt;
&lt;li&gt;view the users who have configured MFA within the Aembit Users view.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;linux-based-vm-deployment-support&quot;&gt;Linux-based VM deployment support&lt;/h3&gt;
&lt;p&gt;Users may now deploy Aembit Edge Components to VMs (non-Kubernetes). This feature enables users to have options on how they want to deploy these components.&lt;/p&gt;
&lt;p&gt;For more detailed information about this feature, please see the &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/deploy-install/virtual-machine&quot;&gt;virtual machine Installation&lt;/a&gt; page.&lt;/p&gt;</content:encoded><category>Enhancement</category><category>Administration</category></item><item><title>Dynamic Claims now available for Credential Providers</title><link>https://docs.aembit-eng.com/changelog/entry/2023-10-16-dynamic-claims-now-available-for-credential-providers/</link><guid isPermaLink="true">https://docs.aembit-eng.com/changelog/entry/2023-10-16-dynamic-claims-now-available-for-credential-providers/</guid><pubDate>Mon, 16 Oct 2023 12:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Aembit has released a new feature for Credential Providers called “Dynamic Claims.” This feature allows you to set the Subject claim and Custom claims with either literal strings or dynamic values when setting up Credential Providers in your Aembit client tenant.&lt;/p&gt;
&lt;p&gt;For more detailed information about Dynamic Claims, please refer to &lt;a href=&quot;https://docs.aembit-eng.com/user-guide/access-policies/credential-providers/advanced-options/dynamic-claims-vault&quot;&gt;Dynamic Claims page&lt;/a&gt;&lt;/p&gt;
&lt;div&gt;&lt;p&gt;This feature is currently only supported for Vault integration.&lt;/p&gt;&lt;/div&gt;</content:encoded><category>New Feature</category><category>Credential Provider</category></item></channel></rss>