File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
website/docs/docs/on-premises Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ The secret used to encrypt the rack.session cookie.
531531To generate an appropriate value, run the following on Linux/Mac:
532532
533533```
534- env LC_CTYPE =C tr -dc '_A-Z-a-z-0-9!#$%&*+-\\.^_|~' < /dev/urandom | fold -w 32 | head -n 1
534+ LC_ALL =C tr -dc '_A-Z-a-z-0-9!#$%&*+-\\.^_|~' < /dev/urandom | fold -w 64 | head -n 1
535535```
536536
537537** Required:** true<br />
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ The following updates from the [Pact Broker](https://github.com/pact-foundation/
5555- Explicitly ordered label lists by name
5656 [ commit] ( https://github.com/pact-foundation/pact_broker/commit/d25746c1 )
5757
58+
5859## Migration notes
5960
60- No migration steps are required for this release .
61+ 1 . ` PACTFLOW_COOKIE_SECRET ` must now be at least 64 characters. [ More info ] ( /docs/on-premises/environment-variables#pactflow_cookie_secret ) .
You can’t perform that action at this time.
0 commit comments