auth: support endpoint_url
+ ca_bundle
credentials configuration
#3961
Labels
auth-credentials
authentication, authorization, credentials, AWS Builder ID, sso
feature-request
New feature or enhancement. May require GitHub community feedback.
network
Discussed in #3960
Originally posted by asant-leitha October 26, 2023
In order to access my corporate aws instance I need to set a custom root otherwise I get 403 Unauthorized. How to do that using the config file or the vscode toolkit plugin?
Problem
Toolkit doesn't support this kind of credentials config:
ca_bundle
is docmented at https://awscli.amazonaws.com/v2/documentation/api/latest/topic/config-vars.htmlendpoint_url
is documented at https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-endpoints.htmlNotes
This related discussion for aws java sdk mentions that
ca_bundle
is not supported by the sdk:Expected behavior
endpoint_url
andca_bundle
fields in the credentials config.endpoint_url
is essentially a variation of custom endpoints / Localstack #2007endpoint_url
for static credentials. References:ca_bundle
likely requires us to dynamically configure nodejs (e.g. viaNODE_EXTRA_CA_CERTS
, see also #2970) and/or configure the sdk client.The text was updated successfully, but these errors were encountered: