# New in Symfony 8.2: KeyManagement Component

DevFeed: [New in Symfony 8.2: KeyManagement Component](<https://devfeed.tech/articles/new-in-symfony-8-2-keymanagement-component-26604.md>)

Original publisher: [Read original article](<https://symfony.com/blog/new-in-symfony-8-2-keymanagement-component>)

Author: Javier Eguiluz

Published: 2026-09-15T07:11:00Z

Content type: release

Language: en

Sources: [Symfony Blog](<https://devfeed.tech/sources/symfony-blog.md>)

Topics: [Symfony](<https://devfeed.tech/topics/symfony.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Azure](<https://devfeed.tech/topics/azure.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [aws](<https://devfeed.tech/tags/aws.md>), [azure](<https://devfeed.tech/tags/azure.md>), [backend](<https://devfeed.tech/tags/backend.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [features](<https://devfeed.tech/tags/features.md>), [google](<https://devfeed.tech/tags/google.md>), [hashicorp-vault](<https://devfeed.tech/tags/hashicorp-vault.md>), [kms](<https://devfeed.tech/tags/kms.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [openssl](<https://devfeed.tech/tags/openssl.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [symfony](<https://devfeed.tech/tags/symfony.md>)

## AI overview

Symfony 8.2 introduces an experimental KeyManagement component that provides one API for AWS KMS, Azure Key Vault, Google Cloud KMS, and HashiCorp Vault. It supports direct and envelope encryption, local development backends, provider bridges, console commands, debug-toolbar integration, and Doctrine support.

## Source excerpt

This is the first article in a series showcasing the most important new features introduced by Symfony 8.2, which will be released at the end of November 2026. Contributed...