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 missing mock DigiD/eHerkenning backends in dev #1371

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

swrichards
Copy link
Collaborator

We were too eager in 65304e2 in removing all the dev backends, in an attempt to avoid divergence between the base and dev authentication backends. Unfortunately, we mistakenly also removed references to the mock backends, which broke local development which suddenly required production settings for DigiD and eHerkenning.

This commit makes more explicit that all we want to do on dev is replace these backends whilst keeping the other settings the same.

@swrichards swrichards force-pushed the use-mock-digid-backend-in-dev branch from c7abe9d to 7d5e46e Compare August 26, 2024 13:50
@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.21%. Comparing base (2cca561) to head (9a41ede).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1371   +/-   ##
========================================
  Coverage    95.21%   95.21%           
========================================
  Files         1005     1005           
  Lines        37185    37185           
========================================
  Hits         35404    35404           
  Misses        1781     1781           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

We were too eager in 65304e2 in removing all the dev
backends, in an attempt to avoid divergence between
the base and dev authentication backends. Unfortunately,
we mistakenly also removed references to the mock backends,
which broke local development which suddenly required
production settings for DigiD and eHerkenning.

This commit makes more explicit that all we want to do on
dev is replace these backends whilst keeping the other
settings the same.
@swrichards swrichards force-pushed the use-mock-digid-backend-in-dev branch from 7d5e46e to 9a41ede Compare August 26, 2024 14:24
@swrichards swrichards marked this pull request as ready for review August 26, 2024 14:30
@swrichards swrichards requested a review from alextreme August 26, 2024 14:36
@alextreme alextreme merged commit b9e1ac8 into develop Aug 26, 2024
18 checks passed
@alextreme alextreme deleted the use-mock-digid-backend-in-dev branch August 26, 2024 18:57
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.

4 participants