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

auth: support endpoint_url + ca_bundle credentials configuration #3961

Open
justinmk3 opened this issue Oct 26, 2023 Discussed in #3960 · 0 comments
Open

auth: support endpoint_url + ca_bundle credentials configuration #3961

justinmk3 opened this issue Oct 26, 2023 Discussed in #3960 · 0 comments
Labels
auth-credentials authentication, authorization, credentials, AWS Builder ID, sso feature-request New feature or enhancement. May require GitHub community feedback. network

Comments

@justinmk3
Copy link
Contributor

justinmk3 commented Oct 26, 2023

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

@justinmk3 justinmk3 changed the title auth: support endpoint_url + ca-bundle credentials configuration auth: support endpoint_url + ca_bundle credentials configuration Oct 26, 2023
@justinmk3 justinmk3 added blocked waiting on third party / upstream / external auth-credentials authentication, authorization, credentials, AWS Builder ID, sso network feature-request New feature or enhancement. May require GitHub community feedback. and removed blocked waiting on third party / upstream / external labels Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth-credentials authentication, authorization, credentials, AWS Builder ID, sso feature-request New feature or enhancement. May require GitHub community feedback. network
Projects
None yet
Development

No branches or pull requests

1 participant