Problem/Motivation

https://symfony.com/doc/current/configuration/secrets.html#rotating-secrets

Key rotation can be considered and "advanced technical feature" so only supporting that as a Drush command could be fine. :tm:

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork 3562833-3563227

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mxr576 created an issue. See original summary.

mxr576’s picture

For this we have to be able store and identify multiple public/private key pairs and we have to introduce the notion of "active key".

The active key pair id could be stored in configuration.

mxr576’s picture

The system also needs to know which encryption key (key pair) was used to create an encrypted key value. This information could be stored by the easy encrypted key provider.

mxr576’s picture

Title: How secret rotation should be supported? » Add support for key rotation
Category: Plan » Feature request
mxr576’s picture

Assigned: Unassigned » mxr576
mxr576’s picture

Issue summary: View changes
mxr576’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

mxr576’s picture

Status: Fixed » Closed (fixed)