docs: add IP allow list warning to automatic idling page#96
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: add IP allow list warning to automatic idling page#96mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
3 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ports ClickHouse/clickhouse-docs#6302 — adds a warning that services with the default
Allow from anywhereIP allow list can be woken from idle by internet crawlers/scanners, leading to unexpected costs.Changes
products/cloud/features/autoscaling/idling.mdx: added a<Warning>callout under "Automatic idling" recommending users restrict the IP allow list.Context
Upstream change converted a Docusaurus
:::warning[...]admonition to the Mintlify<Warning>component equivalent.Note
Low Risk
Documentation-only change with no runtime, security, or application code impact.
Overview
Adds a Mintlify
<Warning>callout on the Automatic idling guide (idling.mdx) right after the introductory idling paragraph.The callout tells customers to tighten the service IP allow list away from the default
Allow from anywhere, and explains that public scanners can wake an idled service and cause unexpected compute charges—linking cost/idling behavior to network exposure rather than only to idle settings.Reviewed by Cursor Bugbot for commit 61ed310. Bugbot is set up for automated code reviews on this repo. Configure here.