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:
![image](https://user-images.githubusercontent.com/35198579/205786728-74c40db4-9b36-4581-8ae5-496d1311d8dc.png)
However, when we use AGIC it always assigns it to defaultaddresspool. I can edit it but of course it gets reset quickly after.
![image](https://user-images.githubusercontent.com/35198579/205787074-d43cdd53-22bf-422a-b8b8-90af0a0c7bcd.png)
Is there any plan in the future to allow this maybe via an annotation?
Beta Was this translation helpful? Give feedback.
All reactions