We would like to run a staging/testing version of our deployment pipeline in App Platform, but we do not want this to be discoverable by folks other than our internal team.
We could use something like a twingate connector or other VPN if we went the self-managed route, but we want to take advantage of App Platform’s managed scaling solution.
Relying on a robots.txt being respected and the automatic ondigitalocean.app
URL not being guessed, how can we actually hide our resources (web app and API) from the public?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hey,
As of the time being this is not natively supported by the DigitalOcean App Platform. But it sounds like a great idea!
The best thing to do to get your voice heard regarding this would be to head over to our Product Ideas board and post a new idea, including as much information as possible for what you’d like to see implemented.
In the meantime, depending on the language and the framework that you are using, what you could do is handle this on your app level itself with a middleware for example.
Hope that helps!
- Bobby.