vmware / container-service-extension

Container Service for VMware vCloud Director
https://vmware.github.io/container-service-extension
Other
77 stars 52 forks source link

[VCDA-5114] Update certifi to the latest version to address TrustCor root certificate revocation #1413

Closed rocknes closed 1 year ago

rocknes commented 1 year ago

Certifi is a carefully curated list of trusted root certificate authorities that Mozilla maintains. These are essential for computers to trust hosts who have certificates issued by one of these trust authorities. Recently TrustCor was removed from the list, and as a result we should update certifi package in CSE. This PR changes the requirement on certifi to pull the latest version always, this will automatically help us to keep our systems up to date.

Testing done: Installed CSE with the changes. Ran cse template list -s -d remote and verified that it worked properly

Signed-off-by: Aritra Sen sena@sena0MD6R.vmware.com


This change is Reviewable

vmwclabot commented 1 year ago

@rocknes, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.