stable

Clone or download

Read-only

Introduce the dynamic credentials plugin

This is part of story #11239: generate dynamic credentials from HashiCorp Vault into a Tuleap instance This contribution also fixes request #11245: Make generate-po fails when no templates dir exist The plugin will not have any templates for this story (it is basically two REST routes). Change-Id: Ie8a223d9d387b337174a84fc85a309f6e5be08e5

Modified Files

Name
A plugins/dynamic_credentials/README.md +6 −0 Go to diff View file
A plugins/dynamic_credentials/VERSION +1 −0 Go to diff View file
A plugins/dynamic_credentials/include/Plugin/PluginDescriptor.php +35 −0 Go to diff View file
A plugins/dynamic_credentials/include/Plugin/PluginInfo.php +31 −0 Go to diff View file
A plugins/dynamic_credentials/include/autoload.php +20 −0 Go to diff View file
A plugins/dynamic_credentials/include/dynamic_credentialsPlugin.class.php +40 −0 Go to diff View file
A plugins/dynamic_credentials/site-content/fr_FR/LC_MESSAGES/tuleap-dynamic_credentials.po +13 −0 Go to diff View file
A plugins/dynamic_credentials/site-content/tuleap-dynamic_credentials.pot +5 −0 Go to diff View file
M src/common/templating/mustache/DomainExtractor.php +5 −1 Go to diff View file
M tests/simpletest/common/templating/Mustache/DomainExtractorTest.php +20 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file