-
Notifications
You must be signed in to change notification settings - Fork 72
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
Disabling Cookie House loyalty database in default demo #4788
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Passing run #7215 ↗︎
Details:
Review all test suite changes for PR #4788 ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4788 +/- ##
==========================================
- Coverage 86.61% 86.28% -0.33%
==========================================
Files 339 339
Lines 20088 20088
Branches 2586 2586
==========================================
- Hits 17399 17333 -66
- Misses 2216 2289 +73
+ Partials 473 466 -7 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, this is reasonable. Thanks for the extra TLC 😄
# uncomment the line below to enable the "loyalty database" | ||
# FIDES_DEPLOY__CONNECTORS__POSTGRES_LOYALTY__HOST: postgres-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NOTE: locally, the fides_env
nox command will automatically provide your local .env
file to fides deploy
, so you shouldn't need to even modify this compose file - just have FIDES_DEPLOY__CONNECTORS__POSTGRES_LOYALTY__HOST
set in your .env and it's good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! In that case, I'll remove this mapping from the docker-compose
Description Of Changes
Puts the Cookie House loyalty house behind an environment variable to keep demos simple but allow testing of custom identities.
Code Changes
docker-compose.yml
for the demo environmentSteps to Confirm
nox -s "fides_env(test)"
Loyalty ID
Pre-Merge Checklist
CHANGELOG.md