Skip to content

Commit c56150d

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [FrameworkBundle] Document secret rename logic
2 parents 7219065 + e6fdd30 commit c56150d

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
@@ -91,6 +91,11 @@ in ``config/secrets/prod``. You can also set the secret in a few other ways:
9191
# or let Symfony generate a random value for you
9292
$ php bin/console secrets:set REMEMBER_ME --random
9393
94+
.. note::
95+
96+
There's no command to rename secrets, so you'll need to create a new secret
97+
and remove the old one.
98+
9499
Referencing Secrets in Configuration Files
95100
------------------------------------------
96101

0 commit comments

Comments
 (0)