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

Supplying region should be optional #305

Open
andrewlytle opened this issue Nov 4, 2021 · 4 comments
Open

Supplying region should be optional #305

andrewlytle opened this issue Nov 4, 2021 · 4 comments
Labels
effort/small This issue will take less than a day of effort to fix feature-request A feature should be added or improved. p2 service-limitation This is not currently supported by Github or AWS

Comments

@andrewlytle
Copy link

I'm using this action to assume a role for CFN deployments. In the case where I might want to use the tool to deploy to multiple regions, I would need to update my action for each region I wish to deploy into. I'd rather embed this in my deployment tool config than the github action.

An explicit Region is not required when assuming a role, correct? Would it be reasonable to request making this optional? It seems like it is mostly used to get a Regional STS endpoint?

@ultimaweapon
Copy link

We plan to deploy our application on multiple regions too. One of the obstacle we have right now is this issue.

@peterwoodworth peterwoodworth added needs-triage This issue still needs to be triaged feature-request A feature should be added or improved. good first issue Good for newcomers p2 effort/small This issue will take less than a day of effort to fix in-progress This issue is being actively worked on and removed needs-triage This issue still needs to be triaged labels Oct 4, 2022
@peterwoodworth peterwoodworth changed the title Should aws-region be required? Supplying region should be optional Oct 7, 2022
@niceFont
Copy link

niceFont commented Dec 3, 2022

I would like to work on this. Would it be possible to assign this to me?

@peterwoodworth peterwoodworth removed the in-progress This issue is being actively worked on label Feb 21, 2023
@ohcnkk
Copy link

ohcnkk commented Mar 1, 2023

Please also enable to choose global endpoint.
I am facing an issue where the actions needs to authenticate with global endpoint instead of regional endpoint.

@peterwoodworth peterwoodworth removed the good first issue Good for newcomers label Mar 21, 2023
@peterwoodworth peterwoodworth added the service-limitation This is not currently supported by Github or AWS label Jul 6, 2023
@peterwoodworth
Copy link
Contributor

I don't think this is supported in js v3 yet, which will prevent our adoption of this aws/aws-sdk-js-v3#4568

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/small This issue will take less than a day of effort to fix feature-request A feature should be added or improved. p2 service-limitation This is not currently supported by Github or AWS
Projects
None yet
5 participants