stable

Clone or download

Read-only

Fatal error when revoking a credential before the expiration date

User should not a fatal error if it continues to browse the instance after the credential is revoked, the user should only be logout. This is part of story #11239: generate dynamic credentials from HashiCorp Vault into a Tuleap instance Change-Id: I1c21b640b6362081f0ceac3a78b473bb8dacf499

Modified Files

Name
M plugins/dynamic_credentials/include/User/DynamicUserCreator.php +16 −8 Go to diff View file
A plugins/dynamic_credentials/include/User/InvalidStateCleanUpDoesNotInterruptException.php +25 −0 Go to diff View file
M plugins/dynamic_credentials/include/dynamic_credentialsPlugin.class.php +9 −1 Go to diff View file
M plugins/dynamic_credentials/phpunit/User/DynamicUserCreatorTest.php +27 −5 Go to diff View file