Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add mising example secret #76

Merged
merged 1 commit into from
Oct 16, 2023
Merged

fix: add mising example secret #76

merged 1 commit into from
Oct 16, 2023

Conversation

rohan-chaturvedi
Copy link
Member

Description 📣

Adds the missing DB_USER secret to the example secrets. Fixes #73

Type ✨

  • Bug fix
  • New feature
  • Breaking change
  • Documentation

@nimish-ks
Copy link
Member

example secret is being created.

λ phase secrets export
DB_NAME="XP1_LM"
AWS_ACCESS_KEY_ID="AKIAIX4ONRSG6ODEFVJA"
AWS_SECRET_ACCESS_KEY="aCRAMarEbFC3Q5c24pi7AVMIt6TaCfHeFZ4KCf/a"
JWT_SECRET="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic2VydmljZV9yb2xlIiwiaWF0IjoxNjMzNjIwMTcxLCJleHAiOjIyMDg5ODUyMDB9.pHnckabbMbwTHAJOkb5Z7G7B4chY6GllJf6K2m96z3A"
STRIPE_SECRET_KEY="sk_test_EeHnL644i6zo4Iyq4v1KdV9H"
DJANGO_SECRET_KEY="wwf*2#86t64!fgh6yav$aoeuo@u2o@fy&*gg76q!&%6x_wbduad"
DJANGO_DEBUG="True"
DB_HOST="mc-laren-prod-db.c9ufzjtplsaq.us-west-1.rds.amazonaws.com"
POSTGRES_CONNECTION_STRING="postgresql://postgres:6c37810ec6e74ec3228416d2844564fceb99ebd94b29f4334c244db011630b0e@mc-laren-prod-db.c9ufzjtplsaq.us-west-1.rds.amazonaws.com:5432/XP1_LM"
DB_USER="postgres"
DB_PASSWORD="6c37810ec6e74ec3228416d2844564fceb99ebd94b29f4334c244db011630b0e"
DB_PORT="5432"
λ phase run "printenv | grep DB_USER"
DB_USER=postgres

@nimish-ks
Copy link
Member

nimish-ks commented Oct 16, 2023

@rohan-chaturvedi we may need to disable the create example secrets button for non admin / owners.

#79

@nimish-ks nimish-ks merged commit 75f46e8 into main Oct 16, 2023
6 checks passed
@nimish-ks nimish-ks deleted the fix--add-missing-secret branch October 16, 2023 07:12
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.

DB_USER secret missing in example secret
2 participants