Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: Add support for SharedConfig file ca_bundle parameter #1593

Merged
merged 2 commits into from Feb 23, 2022

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Feb 22, 2022

Adds support for the ca_bundle parameter in shared config and credentials files. The usage of the file is the same as environment variable, AWS_CA_BUNDLE, but sourced from shared config.

Fixes #1589

Usage:

[profile myProfile]
ca_bundle = path/to/ca/bundle.pem

Adds support for the `ca_bundle` parameter in shared config and
credentials files. The usage of the file is the same as environment
variable, `AWS_CA_BUNDLE`, but sourced from shared config.

Fixes aws#1589

Usage:
  [profile myProfile]
  ca_bundle = path/to/ca/bundle.pem
@jasdel jasdel merged commit b7ee4d6 into aws:main Feb 23, 2022
@jasdel jasdel deleted the fixup/CaBundleLoading branch February 23, 2022 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support reading ca_bundle from shared config files
2 participants