Update from code changes: agent IP allow list error fix - #7276
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: agent IP allow list error fix#7276mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
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
Agent runs against repositories protected by a GitHub or GitLab IP allow list previously failed with a generic session error. They now fail with a specific, user-facing message explaining that the git provider rejected the operation and directing customers to contact Mintlify support to route their deployment through the static IP
54.242.90.151, then add that IP to their allow list. This PR documents that error and its resolution. Triggered by https://github.com/mintlify/server/pull/7934Changes
help-center/agent-blocked-by-git-provider-ip-allow-list.mdxcovering the exact error message, why it happens, and the resolution steps.Note
Low Risk
Documentation and navigation-only changes with no runtime or application logic impact.
Overview
Adds a new Help center article for when agent runs fail because GitHub or GitLab IP allow lists block Mintlify’s dynamic egress IPs, including the new product error message and fix steps.
The page explains why clone/push is rejected despite app permissions, then walks customers through emailing support to route their deployment through Mintlify static IP
54.242.90.151, adding that IP to the org allow list, and retrying the agent. French, Spanish, and Chinese MDX copies are included, anddocs.jsonpluses.json,fr.json, andzh.jsonregisterhelp-center/agent-blocked-by-git-provider-ip-allow-listin each locale’s Help center nav.Reviewed by Cursor Bugbot for commit e68046f. Bugbot is set up for automated code reviews on this repo. Configure here.