Skip to content

Commit e6fdd30

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [FrameworkBundle] Document secret rename logic
2 parents 2e32449 + b672b28 commit e6fdd30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configuration/secrets.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ in ``config/secrets/prod``. You can also set the secret in a few other ways:
9494
# or let Symfony generate a random value for you
9595
$ php bin/console secrets:set REMEMBER_ME --random
9696
97+
.. note::
98+
99+
There's no command to rename secrets, so you'll need to create a new secret
100+
and remove the old one.
101+
97102
Referencing Secrets in Configuration Files
98103
------------------------------------------
99104

0 commit comments

Comments
 (0)