Skip to content

Update script for syncing SSL

Vasyl Leskiv [SLB] requested to merge vl/cert-checker-updates into master

All Submissions:


  • [YES] Have you added an explanation of what your changes do and why you'd like us to include them?
  • [YES] I have updated the documentation accordingly.
  • [NA] My code follows the code style of this project.

Current Behavior or Linked Issues


Initially the "Job" was made to sync SSL only during the provisioning the environment and the "CornJob" for syncing rotated SSL in existing environment. To avoid code duplication - the CornJob was configured work in both cases - initial configuration as well as further syncing.

Additionally:

  • reduced script log output
  • added marks for INFO / ERROR messages

Does this introduce a breaking change?


  • [NO]
Edited by Vasyl Leskiv [SLB]

Merge request reports