Add SOPS-encrypted prod/dev env backups#1075
Open
reinamora137 wants to merge 1 commit into
Open
Conversation
SOPS+age encrypted copies of production and dev .env files from stampmint3-prod2 (i-0b10c4b7bdfc57a62). Provides version-controlled secret history for disaster recovery. Files: - env-backups/indexer-prod.env.enc — production indexer config - env-backups/stampsdev.env.local.enc — dev environment config Also cleaned up deprecated stamp/.env on the EC2 instance. Decrypt: sops decrypt --input-type dotenv --output-type dotenv <file> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Import Pattern Validation Report📊 Summary
📋 Violations by Type
💡 Recommendations
⚡ PerformanceAnalyzed 1036 files in 152ms (6815.789473684211 files/sec) This report was generated by the Import Pattern Validation workflow |
🔍 Code Quality Check Results✅ All checks passed! ✅ Format Check Passed✅ Lint Check Passed✅ SSR Safety Check Passed✅ Response Pattern Check Passed |
✅ API Schema Validation ResultsSchema Validation Passed
✅ All schema validation tests passed! API response structures are consistent with the OpenAPI schema contract. View detailed results in the workflow artifacts |
🧪 Newman Integration Test Results (API)❌ API Tests FailedSome tests did not pass. Please check the detailed report. 📊 Regression Analysis📎 Resources |
🧪 Newman Local Dev Test Results✅ Local Dev Server: Tests run against localhost:8000 with MySQL + Redis ❌ Local Dev Tests FailedSome tests did not pass against the local dev server. Please check the detailed report. 📎 Resources |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.envfiles from EC2 instancestampmint3-prod2stamp/.envon the EC2 instanceFiles
env-backups/indexer-prod.env.encbtc_stamps/indexer/.envenv-backups/stampsdev.env.local.encstampsdev/btc_stamps/.env.localenv-backups/README.mdDecrypt
sops decrypt --input-type dotenv --output-type dotenv env-backups/indexer-prod.env.enc > indexer-prod.envRequires age private key at
~/.config/sops/age/keys.txt(DGX workspace only).Test plan
🤖 Generated with Claude Code