Skip to content

Commit b672b28

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: [FrameworkBundle] Document secret rename logic
2 parents fecc535 + 587c949 commit b672b28

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)