Skip to content

auth: support endpoint_url + ca_bundle credentials configuration #3961

@justinmk3

Description

@justinmk3

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:

[default]
endpoint_url = https://url.it:port
aws_access_key_id = XXXXXXXXXX
aws_secret_access_key = xxxxxxxx/xxxxxxx
ca_bundle = "path/to/file.pem"

Notes

This related discussion for aws java sdk mentions that ca_bundle is not supported by the sdk:

Expected behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    auth-credentialsauthentication, authorization, credentials, AWS Builder ID, ssofeature-requestNew feature or enhancement. May require GitHub community feedback.network

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions