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

[MDS-6086] Fixed ssl validation error when running permit pipeline in test, enable https for elasticsearch when running locally #3210

Merged
merged 14 commits into from
Aug 12, 2024

Conversation

simensma-fresh
Copy link
Collaborator

Objective

MDS-6086

Fixed an error when running the permit extraction pipeline in test. Elasticsearch in dev/test are using a self signed certificate, requiring the caller to pass along a ca cert, that can be used for validation. Celery is not set up to handle that out of the box, so added support for it.

Also changed elasticsearch locally to accept https connections for easier debugging - which is what the cert generation introduced is all about (inspired by this elasticsearch example )

@simensma-fresh simensma-fresh added 👍 Ready for review Pull request has been double checked by the author and is ready for comments and feedback. 💾 Backend This pull request includes backend changes. labels Aug 9, 2024
@simensma-fresh simensma-fresh marked this pull request as ready for review August 9, 2024 21:26
Copy link

sonarqubecloud bot commented Aug 9, 2024

Quality Gate Failed Quality Gate failed for 'bcgov-sonarcloud_mds_permits'

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@simensma-fresh simensma-fresh merged commit b57c827 into develop Aug 12, 2024
8 of 9 checks passed
@simensma-fresh simensma-fresh deleted the MDS-6086_Permit-condition-extraction branch August 12, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💾 Backend This pull request includes backend changes. 👍 Ready for review Pull request has been double checked by the author and is ready for comments and feedback.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants