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

Commits on Feb 22, 2022

  1. config: Add support for SharedConfig file ca_bundle parameter

    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 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4468900 View commit details
    Browse the repository at this point in the history
  2. add changelog

    jasdel committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5f42f50 View commit details
    Browse the repository at this point in the history