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

Use of the AWS Global STS endpoint #28720

Open
liwadman opened this issue Oct 16, 2024 · 0 comments
Open

Use of the AWS Global STS endpoint #28720

liwadman opened this issue Oct 16, 2024 · 0 comments

Comments

@liwadman
Copy link

Describe the bug
It looks like you're hardcoding the AWS Global STS endpoint here:

endpoint := "https://sts.amazonaws.com"

You should never do this - there is no valid usecase to use the global endpoint. Customers should be able to specify which regional endpoint their vault is using.

To Reproduce
see code link

Expected behavior

Let customers specify a regional endpoint, or use the regional endpoint that is specified in the GCI request.

Environment:
N/A

Vault server configuration file(s):

# Paste your Vault config here.
# Be sure to scrub any sensitive values

Additional context

Please feel free to reach out, I am with AWS Identity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants