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

Need Redirect Rule Inside Loadbalancer Listener rule #224

Open
Subhasmita1992 opened this issue Jan 10, 2023 · 0 comments
Open

Need Redirect Rule Inside Loadbalancer Listener rule #224

Subhasmita1992 opened this issue Jan 10, 2023 · 0 comments
Labels
bug 🐛 An issue with the system

Comments

@Subhasmita1992
Copy link

Subhasmita1992 commented Jan 10, 2023

Description:-
I need Listener Redirect Rule In HTTPS 443 Protocol. Right now this code is only enabling HTTPS 443 with Forward To Option but we need Redirect Option.

Tried out the below code:-

I have tried the below code but that is not updating in Console.I still see the Forward to Option
setting {
namespace = "aws:elbv2:listener:443"
name = "Rules"
value = "redirect"
}
setting {
namespace = "aws:elbv2:listenerrule:redirect"
name = "Process"
value = "443"
}
setting {
namespace = "aws:elbv2:listenerrule:redirect"
name = "Priority"
value = "1"
}
setting {
namespace = "aws:elbv2:listener:443"
name = "Protocol"
value = "HTTPS"
}

@Subhasmita1992 Subhasmita1992 added the bug 🐛 An issue with the system label Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant