-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Sealed Secrets Disaster Recovery Test Failed
The automated sealed secrets backup validation has detected issues.
Failure Details
- Workflow Run: https://github.com/ADORSYS-GIS/fineract-gitops/actions/runs/19809595766
- Date: 2025-12-01T02:50:43.119Z
- Triggered By: schedule
Failed Jobs
- Backup Validation: failure
- Restore Test: skipped
Immediate Actions Required
-
Check AWS Secrets Manager: Verify backups exist for all environments
aws secretsmanager list-secrets --filters Key=name,Values=/fineract/
-
Create Missing Backups: Run backup script for affected environments
./scripts/backup-sealed-secrets-keys.sh dev ./scripts/backup-sealed-secrets-keys.sh uat ./scripts/backup-sealed-secrets-keys.sh production
-
Test Restore: Validate restore procedure works
./scripts/validate-sealed-secrets-compatibility.sh
-
Review Logs: Check workflow logs for specific error messages
Related Documentation
Escalation
If issue persists after following actions above, escalate to DevOps Lead.
Priority: 🔥 High
Auto-generated by: Sealed Secrets Backup Validation workflow
Reactions are currently unavailable