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

Ability to configure a redirect to an arbitrary URL #184

Open
vonZeppelin opened this issue Oct 2, 2024 · 0 comments
Open

Ability to configure a redirect to an arbitrary URL #184

vonZeppelin opened this issue Oct 2, 2024 · 0 comments

Comments

@vonZeppelin
Copy link

Describe the Feature

Support configuring a redirection to an arbitrary URL as the default action of an ALB.

Expected Behavior

ALB supports configuring a redirection to an arbitrary URL and to a modified URL, but only HTTP -> HTTPS redirection can be set with this module currently.

Use Case

For example, SaaS app's ALB default action can be a redirection to a company's website.

Describe Ideal Solution

The module has an input variable(s) to configure URL redirection.

Alternatives Considered

A fixed HTML response with <meta http-equiv="refresh" content="0;URL='https://acme.com'" tag can be used to redirect to an arbitrary URL for cases when ALB's main client is a web browser.

Additional Context

No response

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

No branches or pull requests

1 participant