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

feat: Allow endpoint url to be passed through to aws clients #48

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

mikeforkin
Copy link
Contributor

I am migrating from aws sso to teleport and connecting to ecs containers through a teleport proxy requires this configuration to be specified.

cmd/main.go Outdated Show resolved Hide resolved
Copy link
Owner

@tedsmitt tedsmitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have tested locally using this branch, looks to work as expected. Approving.

internal/internal.go Show resolved Hide resolved
@tedsmitt
Copy link
Owner

tedsmitt commented Oct 9, 2024

@mikeforkin if I was to remove the enable-env flag and then allow optional parameters to be passed via prefixed env vars e.g. ECSGO_AWS_ENDPOINT_URL, ECSGO_CLUSTER etc. Would that also work for your use case?

@tedsmitt tedsmitt merged commit c3beef8 into tedsmitt:main Oct 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants