Organization Name
Ministry of Defence
Description
Hi,
We have setup an OAC Vanity URL for our OAC instance CadetAnalytics, i.e. analytics.mydomain.com
The vanity URL is https://analytics.mydomain.com/ui/
Accessing https://analytics.mydomain.com/ or the original URL https://analytics-namespace.analytics.region.ocp.domain results in a 403 Forbidden error.
I believe the vanity URL offering should redirect
https://analytics.mydomain.com/ to https://analytics.mydomain.com/ui/
and
https://analytics-namespace.analytics.region.ocp.domain/ to https://analytics-namespace.analytics.region.ocp.domain/ui/
i.e. the end user shouldn't have to enter /ui/
In Apache we would do:
RedirectMatch ^/$ /ui/
Can something like this be added?
Thanks,
Rizwan
Use Case and Business Need
Users shouldn't be required to enter /ui/ when accessing analytics using the vanity url
Original Idea Number: 9d4835d480