Skip to content

Commit b7201c2

Browse files
committed
minor #16052 Add caution on the framework kernel secret (noniagriconomie)
This PR was merged into the 4.4 branch. Discussion ---------- Add caution on the framework kernel secret Hi, small caution on the doc according to this framework config value, I think it is usefull Related to symfony/symfony#38021 and symfony/symfony#38021 (comment) After my attempt at symfony/recipes#1005 and symfony/symfony#38021 (comment) Commits ------- 9bc68bf Update framework.rst
2 parents f978532 + 9bc68bf commit b7201c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reference/configuration/framework.rst

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ used to add more entropy to security related operations. Its value should
3737
be a series of characters, numbers and symbols chosen randomly and the
3838
recommended length is around 32 characters.
3939

40+
.. caution::
41+
42+
This configuration option's value is a real secret. You should treat it
43+
with a lot of care.
44+
4045
In practice, Symfony uses this value for encrypting the cookies used
4146
in the :doc:`remember me functionality </security/remember_me>` and for
4247
creating signed URIs when using :ref:`ESI (Edge Side Includes) <edge-side-includes>`.

0 commit comments

Comments
 (0)