miniature-sunset-64101
06/22/2023, 2:22 PM1. We are going to launch our custom app to x.ourdomain.com, and we currently have the ORY Kratos Hosted instance running on y.ourdomain.com
2. This means that when we go live y.ourdomain.com/ui/* will have the built-in ORY Kratos UI visible to the public
3. Since y.ourdomain.com is just a CNAME record on our side to make the Custom Domain work, we don't have a server block or any files system to add things likeIt is essential for SEO purposes that we are able to:or deny access to certain routes (that I know of)robots.txt
1. Disallow all indexing and bot traffic on y.ourdomain.com (The ORY hosted instance using the custom domain CNAME)
2. Disallow all public access to, and / or completely disable y.ourdomain.com/ui/*, without affecting the REST API endpoints at allSo my question is: 1. Is there an easy way to *disable the
/ui/*
path entirely* on the hosted Kratos instance?
2. If not, is there any way to block access to that route that you can think of, via ORY config or otherwise? We are running the CNAME using AWS Route53, via Terraform, if that helps
Tagging my colleagues @important-area-42405 & @calm-agent-17042 for reference ššminiature-sunset-64101
06/22/2023, 2:29 PMfast-lunch-54279
fast-lunch-54279
important-area-42405
06/23/2023, 3:47 AMminiature-sunset-64101
06/23/2023, 2:21 PM