link2aws / link2aws.github.io

Get AWS console link from ARN
https://link2aws.github.io/
34 stars 20 forks source link

Support autoredirection #54

Closed Jeff-SearchPilot closed 5 months ago

Jeff-SearchPilot commented 6 months ago

This allows the user to pass in the arn as a url argument and be immediately redirected to it.

fxkr commented 6 months ago

Thank you for the contribution. This is an interesting idea.

I apologize in advance that this will take me some time to review. I will need to carefully think about what input validation link2aws is doing and needs to do before we merge this, as this can have security implications (Open Redirect Abuse: link/link).

A few more review thoughts:

Jeff-SearchPilot commented 5 months ago

Any further thoughts on this @fxkr?

fxkr commented 5 months ago

Hi @Jeff-SearchPilot , sorry for the delay. I have been traveling and haven't had any time to look at this yet.

fxkr commented 5 months ago

Thanks! Merged.