Skip to content

(infra): Adding Option for Disabling Pulsar CA Verification minds/infrastructure/minds-terraform#48

Zack Wynne requested to merge infra/pulsar2vault-minds-terraform-48 into master

Ticket(s) / Related Merge Requests

Issue: minds/infrastructure/minds-terraform#48 (closed)

Summary of Changes

This MR adds on option to the settings.php for skipping CA verification of the Pulsar certificate, so that we can temporarily disable this during the Vault migration.

Note: See these docs: https://pulsar.apache.org/api/cpp/classpulsar_1_1_client_configuration.html

Testing Considerations

We can test this by applying these changes to the notifications runner.

Deployment Considerations

This should be deployed as the first step of the Pulsar cert -> Vault migration.

Regression Scope

This should affect connections to Pulsar.

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

Deployed changes to Sandbox, ensured that engine still functions correctly.

Screenshots / Screen Recording

N/A

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Zack Wynne

Merge request reports