-
Notifications
You must be signed in to change notification settings - Fork 654
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
Support reading ca_bundle
from shared config files
#1589
Labels
feature-request
A feature should be added or improved.
Comments
gdavison
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Feb 16, 2022
This was referenced Feb 16, 2022
1 task
jasdel
added a commit
to jasdel/aws-sdk-go-v2
that referenced
this issue
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 aws#1589 Usage: [profile myProfile] ca_bundle = path/to/ca/bundle.pem
jasdel
added a commit
that referenced
this issue
Feb 23, 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature
The shared config file parameter
ca_bundle
is supported by the AWS CLI. However, this cannot be accessed using the AWS SDK for Go.Is your Feature Request related to a problem?
There is no way to programatically access the
ca_bundle
setting from the shared config file. This can lead to confusion when applications don't pick up some settings from shared config, but do pick up others.Proposed Solution
The
CustomCABundle
parameter should be read by theSharedConfig
resolverDescribe alternatives you've considered
No response
Acknowledge
AWS Go SDK version used
github.com/aws/aws-sdk-go-v2 v1.13.0
Go version used
go version go1.17.2 darwin/amd64
The text was updated successfully, but these errors were encountered: