stable

Clone or download

Read-only

fix(forge-config): Site secret should be generated at site install

This avoid accidental creation as root that will let the key unreadable by codendiadm. Part of: story #22708 flexibility in the management of Tuleap Configuration Change-Id: Ic10399d2b9b1b2fbaadd249272e706619e604322

Modified Files

Name
M src/common/Cryptography/KeyFactory.php +2 −51 Go to diff View file
A src/common/Cryptography/SecretKeyFile.php +39 −0 Go to diff View file
A src/common/Cryptography/SecretKeyFileOnFileSystem.php +109 −0 Go to diff View file
M src/common/include/SiteCache.php +3 −1 Go to diff View file
M src/tuleap-cfg/Command/SetupTuleapCommand.php +8 −1 Go to diff View file
M src/tuleap-cfg/tuleap-cfg.php +1 −0 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +2 −0 Go to diff View file
M tests/integration/bin/setup.sh +4 −0 Go to diff View file
M tests/rest/bin/setup.sh +4 −0 Go to diff View file
M tests/soap/bin/setup.sh +6 −2 Go to diff View file
M tests/unit/tuleap-cfg/Command/SetupTuleapCommandTest.php +36 −2 Go to diff View file