Revert "aws CLI: use OS CA bundle" - #243
Merged
Merged
Conversation
Sharpie
force-pushed
the
revert-os-ca-bundle
branch
from
August 4, 2026 16:04
44c5d57 to
f501ace
Compare
Sharpie
enabled auto-merge
August 4, 2026 16:04
bastelfreak
approved these changes
Aug 4, 2026
silug
approved these changes
Aug 4, 2026
Sharpie
force-pushed
the
revert-os-ca-bundle
branch
from
August 4, 2026 16:24
f501ace to
5af20e0
Compare
Using "--ca-bundle /etc/ssl/certs/ca-certificates.crt" only works on Ubuntu. Other Linux OSes store certificates in different locations, and macOS and Windows don't use files to store the list of trusted CAs. This commit reverts the addition of the "--ca-bundle" flag in Rake task logic in favor of setting the `AWS_CA_BUNDLE` environment variable, which has been done at the workflow level in: OpenVoxProject/shared-actions#118 This reverts commit 0174517. Signed-off-by: Charlie Sharpsteen <charlie@overlookinfratech.com>
Sharpie
force-pushed
the
revert-os-ca-bundle
branch
from
August 4, 2026 17:50
5af20e0 to
a83dd31
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
Using "--ca-bundle /etc/ssl/certs/ca-certificates.crt" only works on Ubuntu. Other Linux OSes store certificates in different locations, and macOS and Windows don't use files to store the list of trusted CAs.
This commit reverts the addition of the "--ca-bundle" flag in Rake task logic in favor of setting the
AWS_CA_BUNDLEenvironment variable, which has been done at the workflow level in:OpenVoxProject/shared-actions#118
This reverts commit 0174517.
Checklist
I have:
Signed-off-byannotation to each of my commitsGenerated-byorAssisted-byannotations to each of my commits created with the help of an AI agent