File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ The composer behat command can now also pipe the arguments to the behat call. So
6969```
7070$ composer behat tests/features/self-asserted.feature
7171$ composer behat tests/features/sso.feature:34
72- $ compseor behat -- -vv
73- $ compseor behat -- --stop-on-failure
72+ $ composer behat -- -vv
73+ $ composer behat -- --stop-on-failure
7474```
7575
7676From the doc-root:
Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ parameters:
179179 # Please use this encryption key only for this purpose, do not re-use it for other crypto work.
180180 #
181181 # Example value: 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
182+ #
183+ # Use `cat /dev/urandom | tr -dc 'a-f0-9' | head -c 64` to generate a value for this.
182184 sso_encryption_key: 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
183185
184186 # The GSSP ID from samlstepupproviders.yaml to use as fallback GSSP
You can’t perform that action at this time.
0 commit comments