We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14c32a commit 43547a9Copy full SHA for 43547a9
1 file changed
docs/roo-code-cloud/environments.mdx
@@ -212,8 +212,9 @@ ports:
212
213
Use `unauthenticated: true` when you need:
214
215
-- **Public-facing endpoints** like documentation sites or landing pages
+- **API endpoints** that your frontend or external clients call directly (the auth proxy would otherwise block non-browser requests)
216
- **Webhook receivers** that need to accept requests from external services (e.g., Stripe, GitHub)
217
+- **Public-facing endpoints** like documentation sites or landing pages
218
- **Health checks** or status pages accessed by monitoring tools
219
220
The port still goes through the proxy, so it benefits from HTTPS termination and domain routing. Only the authentication requirement is removed.
0 commit comments