Fix/ssl certificate validation

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Make validation of SSL certificates the default behavior, this fixes #21 .

Introduce a configuration option to disable verification in cases self-signed certificates are used. This is done to maintain compatibility with any existing use cases where this is required, and it is strongly recommend against.

The return type annotation of BaseConfigManager.getfloat was changed from int to float.

Edited by Shane Hutchins

Merge request reports

Loading