Skip to content

🚨 Sealed Secrets Backup Validation Failed #6

@github-actions

Description

@github-actions

Sealed Secrets Disaster Recovery Test Failed

The automated sealed secrets backup validation has detected issues.

Failure Details

Failed Jobs

  • Backup Validation: failure
  • Restore Test: skipped

Immediate Actions Required

  1. Check AWS Secrets Manager: Verify backups exist for all environments

    aws secretsmanager list-secrets --filters Key=name,Values=/fineract/
  2. 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
  3. Test Restore: Validate restore procedure works

    ./scripts/validate-sealed-secrets-compatibility.sh
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions