You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.SharedConfig should support ca_bundle, which is supported in sdk V1 or other aws clients like aws cli, boto3.
Is your Feature Request related to a problem?
When using AWS_SHARED_CREDENTIALS_FILE, ca_bundle is ignored. Current workaround is to use an extra AWS_CA_BUNDLE as environment variable which is incovenient.
Proposed Solution
When shared config is parsed, ca_bundle should be parsed and loaded properly to aws.Config.
Describe alternatives you've considered
No response
Acknowledge
I may be able to implement this feature request
AWS Go SDK version used
v1.9.0
Go version used
go1.17.2
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the feature
config.SharedConfig
should supportca_bundle
, which is supported in sdk V1 or other aws clients like aws cli, boto3.Is your Feature Request related to a problem?
When using
AWS_SHARED_CREDENTIALS_FILE
,ca_bundle
is ignored. Current workaround is to use an extraAWS_CA_BUNDLE
as environment variable which is incovenient.Proposed Solution
When shared config is parsed,
ca_bundle
should be parsed and loaded properly toaws.Config
.Describe alternatives you've considered
No response
Acknowledge
AWS Go SDK version used
v1.9.0
Go version used
go1.17.2
The text was updated successfully, but these errors were encountered: