Skip to content

Feat/reuseable components - #11

Open
Camerlia wants to merge 4 commits into
safak:starterfrom
Camerlia:feat/reuseable-components
Open

Feat/reuseable components#11
Camerlia wants to merge 4 commits into
safak:starterfrom
Camerlia:feat/reuseable-components

Conversation

@Camerlia

Copy link
Copy Markdown

No description provided.

@Camerlia Camerlia closed this Oct 12, 2025
@Camerlia Camerlia reopened this Oct 12, 2025
PavanAnganna90 added a commit to PavanAnganna90/NextFind-old that referenced this pull request Oct 29, 2025
Issue safak#11: Missing stripe-publishable-key in deployed secret
- Root cause: Secret wasn't reapplied with all keys from secrets.yaml
- Fix: Reapplied secrets to include stripe-publishable-key

Issue safak#12 (CRITICAL): Database authentication failure
Error: Authentication failed against database server, credentials for 'ecommerce' are not valid
Root Cause Analysis:
- ConfigMap has: POSTGRES_USER=ecommerce_user
- DATABASE_URL used: postgresql://ecommerce:password@... (WRONG!)
- Mismatch between username in URL (ecommerce) vs actual user (ecommerce_user)

Fixes:
1. ✅ Changed DATABASE_URL to use secretKeyRef for database-url (not hardcoded)
2. ✅ Updated database-url secret value:
   ❌ postgresql://ecommerce:password@postgres-service:5432/ecommerce_db
   ✅ postgresql://ecommerce_user:password@postgres-service:5432/ecommerce
3. ✅ Database name also corrected (ecommerce_db → ecommerce)

This is Issues safak#11 & safak#12 in the naming inconsistency saga!
@onlyvinit

Copy link
Copy Markdown

rvrvr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants