* Docs: Remove manual provisioning feature toggle instructions
The provisioning feature toggle is now enabled by default in v13,
so users no longer need to manually set it in their configuration.
Update Git Sync setup, file provisioning, and usage limits docs
to reflect this.
Made-with: Cursor
* Docs: Note provisioning toggle is enabled by default in Cloud too
Made-with: Cursor
* Docs: Apply review suggestion for wording clarity
Co-authored-by: urbiz-grafana
Made-with: Cursor
* Docs: Add Administration permission requirement for GitHub Git Sync
When using the write workflow with GitHub repositories, Git Sync
validates that branch protection rules don't block direct pushes.
This validation requires the Administration read permission.
Without this permission, users receive a 403 Forbidden error when
testing repository configuration. Git Sync now handles this gracefully
by skipping the branch protection check when admin permissions are
unavailable.
Updated documentation:
- Added Administration read-only permission to GitHub App setup
- Added Administration read-only permission to PAT setup
- Added explanatory note about why it's needed
This permission is optional - if not provided, branch protection
validation is skipped and users will discover any issues when they
actually push to the repository.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Update Administration permission description to be more general
Instead of specifically mentioning 'write workflow', explain that:
- It enables validation of branch protection rules when users can push directly
- It may be used in the future for other repository settings checks
- This makes the permission requirement more future-proof
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>