stable
Clone or download
Read-only
In order to test, you will need a redis instance with TLS (!) and trusted certificates. The easiest way to do that is to use one provided by a Kloud provider so they use real (not self signed) certs. There is a chicken-egg problem here with the redis php dependency because php73-php-pecl-redis is tied to php73-php-pecl-redis4 that doesn support tls so you will have to manually remove php73-php-pecl-redis and install php73-php-pecl-redis5 instead. Part of story #14768 have a tuleap enterprise edition docker image production ready Change-Id: I0f1cafca10441fe23ea0d3d6510ecb5d2ba75ed9
Modified Files
Name | ||||
---|---|---|---|---|
M | src/tuleap-cfg/Command/SiteDeploy/FPMSessionRedis.php | +13 | −3 | Go to diff View file |
M | src/tuleap-cfg/Command/SiteDeploy/SiteDeployFPM.php | +11 | −9 | Go to diff View file |
M | tests/psalm/Dockerfile | +1 | −1 | Go to diff View file |
M | tests/unit/tuleap-cfg/Command/SiteDeploy/SiteDeployFPMTest.php | +25 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +1 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −1 | Go to diff View file |