-
Notifications
You must be signed in to change notification settings - Fork 70
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
change serving country certificates #7521
Conversation
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
…ve ceritificate components from ui
This reverts commit d07e047.
Indeed, seems like a better approach for now 👍 Could you please confirm the certificates also still work offline? |
@Zangetsu101 could you also review this please? |
We can update the changelog in this PR |
cc68415
to
84804f9
Compare
2ca17e5
to
fa617f5
Compare
Yep. It does. |
* chore: add a proxy route to serve country certificates * chore!: serve certificates from country-config while loading and remove ceritificate components from ui * fix: amend client unit tests * Revert "chore: add a proxy route to serve country certificates" This reverts commit d07e047. * chore: get event certificates with token * chore: remove seeding certificates * fix: keep integrations in config workqueue * fix: reduce number of redux actions * fix: amend error handler message for certificate endpoint in config * fix: amend offline reducers * fix: update offline data properties to proper offline data * chore: revert navigation unit test for config tab * chore: revert offline template data for field agents * chore: refactor certificate fetching handler
(For 1.6) 🍒 Merge changes from PR #7521 to release-v1.6.0
Country config PR: opencrvs/opencrvs-countryconfig#250
We can token protect the farajaland
certificate
routes like in the farajaland PR which seems like a much simpler approach than creating presigned url like we discussed here.