This particular container/server runs PHP 7.0.23 and Magento 2.1.9 which was downloaded from the website.
# bin/magento setup:config:set --key=test
Overwrite the existing configuration for key?[Y/n]Y
You saved the new configuration.
To replace the value in crypt => array('key' => '').
It appends the value to crypt => array('key' => ''). This will result in:
'crypt' =>
array (
'key' => 'test
test',
)
@ju5t, thank you for your report.
We've created internal ticket(s) MAGETWO-80169 to track progress on the issue.
I'd like to take this one
Hi, there is already an "accepted" pull request from me for this issue. You can see the link right above your comment.
(I think, the existing pull requests are pretty bad to spot. Solved an Issue with existing PR last week too)
Internal ticket to track issue progress: MAGETWO-80514
Hi @ju5t the issue has been fixed and delivered to 2.2-develop branch (#11155) and will be available with release 2.2.1
Hi @okobchenko. Awesome work everyone. I'm impressed by the speed at which this was resolved.
Hi @ju5t. Thank you for your report.
The issue has been fixed in magento/magento2#13630 by @nmalevanec in 2.3-develop branch
Related commit(s):
The fix will be available with the upcoming 2.3.0 release.