Replies: 1 comment
-
We figured out a solution using a rewrite rule for now. Figured I would share here in case someone else struggles with this as well: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it going to be possible to configure a permanent redirection to an external site for a listener rule and still have path based rules as well?
Currently, without our AGIC implementation, we have it so https://www.oursite.com/ redirects to https://www.oursite.com/somepath. All of our public services are exposed via path rules. If you navigate to the root path it redirects to a path. We have been unable to get this to work with AGIC. It always assigns the defaultaddresspool backend pool. We want to configure instead as a Redirection to an external site.
We accomplish that manually via the portal currently here:
However, when we use AGIC it always assigns it to defaultaddresspool. I can edit it but of course it gets reset quickly after.
Is there any plan in the future to allow this maybe via an annotation?
Beta Was this translation helpful? Give feedback.
All reactions