revert(passbolt): remove clock-skew patch — metadata key already created

The patched PublicKeyValidationService.php and its volume mount are
no longer needed now that the metadata key exists in the database.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 22:48:41 +02:00
parent 15ce2e3f4b
commit 9c65cfc9e3
2 changed files with 0 additions and 489 deletions
-2
View File
@@ -24,8 +24,6 @@ services:
- ../.data/passbolt/gpg:/etc/passbolt/gpg
- ../.data/passbolt/jwt:/etc/passbolt/jwt
- ../.data/passbolt/gnupg:/var/lib/passbolt/.gnupg
# Patched to allow 300s clock-skew tolerance in isNotCreatedInTheFutureRule
- ./patches/PublicKeyValidationService.php:/usr/share/php/passbolt/src/Service/OpenPGP/PublicKeyValidationService.php:ro
depends_on:
db:
condition: service_healthy