Commit graph

10 commits

Author SHA1 Message Date
sync-test
c559feea18 chore: rotate B2 storage credentials to scoped application key
All checks were successful
sync-to-forgejo / sync (push) Successful in 15s
The previous B2_ACCESS_KEY_ID used the account's master-key ID (a raw
12-char account ID), which the B2 S3-compatible endpoint rejects with
403 InvalidAccessKeyId ("Malformed Access Key Id") even though it
authenticates fine against B2's native API. This was the root cause of
document uploads failing with a 500. Replaced with a properly scoped
Application Key generated for the Nxtgauge-object bucket, verified
against the live S3 endpoint (put/get/delete all succeed).
2026-07-26 22:59:51 +05:30
Ashwin Kumar Sivakumar
6c77b8777e Add PayU merchant key and salt to backend-rust secrets
Wires the PayU credentials for the classic hosted-checkout hash flow
(PAYU_MERCHANT_KEY, PAYU_SALT), consumed by the payments service's
resolve_payu_config fallback and the admin payment-gateway config API.
2026-07-02 18:30:29 +05:30
Ashwin Kumar Sivakumar
3418b23d35 Rotate Postgres (postgres role) and Redis passwords
Old password was reused across the postgres superuser, Redis, and
Forgejo's separate nxtgauge DB role. Rotated only the postgres role
and Redis (Forgejo's nxtgauge role password is untouched and still
valid, verified against the live DB).
2026-07-02 18:15:10 +05:30
Ashwin Kumar Sivakumar
b4f371d415 Encrypt all secrets with SOPS, add Flux decryption support, rotate JWT_SECRET/AI_SERVICE_KEY
- Add .sops.yaml (age) and encrypt every plaintext Secret manifest in apps/
- Commit the Flux GitRepository/Kustomization (previously only applied manually)
  with a decryption stanza referencing the sops-age key (created out-of-band,
  not committed)
- Rotate JWT_SECRET (previously exposed in plaintext) and set a real
  AI_SERVICE_KEY (was an empty placeholder), shared between
  nxtgauge-backend-rust and nxtgauge-ai-assistant
- Wire JWT_SECRET into the ai-assistant deployment (was missing entirely,
  causing every authenticated request to fail)
- Redact the leaked LiteLLM production master key from README/OPENCODE_CONNECT
  docs; move the litellm prod overlay off a plaintext secretGenerator onto an
  encrypted patch
2026-07-02 17:56:28 +05:30
Ashwin Kumar Sivakumar
c48166401a Add Backblaze B2 credentials to backend secrets 2026-06-12 03:33:46 +05:30
Ashwin Kumar Sivakumar
16aaaa7f45 fix(rust): redis auth + users startup probe 2026-04-15 22:32:52 +05:30
Tracewebstudio Dev
8542c72e31 fix: update SMTP to ZeptoMail (smtp.zeptomail.in)
- SMTP_HOST: mail.nxtgauge.com → smtp.zeptomail.in
- SMTP_USER: noreply@nxtgauge.com → emailapikey
- SMTP_PASS: Updated to ZeptoMail API key
- SMTP_FROM_EMAIL: noreply@nxtgauge.comsupport@nxtgauge.com
- Removed SMTP_REQUIRE_TLS (not used)
2026-04-13 18:41:54 +02:00
Tracewebstudio Dev
55443b62ad fix(k8s): set B2_REGION and B2_ENDPOINT for storage 2026-04-12 17:29:14 +02:00
Tracewebstudio Dev
52dc11fafc fix(k8s): add B2_REGION placeholder to backend secrets 2026-04-12 16:58:16 +02:00
Ashwin Kumar
abfa43f85f feat: add K8s manifests and ArgoCD Applications for new Rust/SolidStart stack
Adds Kustomize base+prod overlays for nxtgauge-frontend-solid,
nxtgauge-admin-solid, and nxtgauge-backend-rust (18 services).
ArgoCD Image Updater configured for auto-deploy on high-performance-latest tag.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-09 00:48:46 +02:00