docs(cloud-tests): align AWS, Azure, GCP guides with actual flow#2661
Merged
docs(cloud-tests): align AWS, Azure, GCP guides with actual flow#2661
Conversation
…n flow Rewrites the Cloud Tests docs so they match the real product: - AWS: cross-account IAM role + External ID via AWS CloudShell script; replaces the old (incorrect) IAM user + access key walkthrough and fixes the malformed capabilities table and the copy-paste "Azure" references in the Support section. - Azure: Microsoft OAuth as the primary flow with the service principal flow preserved as an alternative; updates required roles to Reader + Security Reader + Monitoring Reader. - GCP: Google OAuth with auto-setup of required APIs and IAM roles; removes the outdated service-account JSON key flow. - Index: fixes broken links that pointed to /integrations/* instead of /cloud-tests/*, and adds a capability matrix and CardGroup for the three providers. All four pages now use the Mintlify components (`<Steps>`, `<Note>`, `<Accordion>`, `<CardGroup>`) already used elsewhere in the docs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
1 issue found across 4 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/docs/cloud-tests/azure.mdx">
<violation number="1" location="packages/docs/cloud-tests/azure.mdx:132">
P3: Inconsistent casing: `User_impersonation` here should be `user_impersonation` (lowercase) to match the earlier reference and the actual Azure scope name.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
Contributor
|
🎉 This PR is included in version 3.33.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Rewrites the three Cloud Tests provider guides (and the index) so they match what the product actually does. The current docs describe flows that no longer exist — most critically they walk users through creating AWS access keys and uploading a GCP service account JSON, neither of which the product supports.
Code references verified against
packages/integration-platform/src/manifests/{aws,azure,gcp}andapps/app/src/app/(app)/[orgId]/cloud-tests/components/*SetupGuide.tsxbefore writing.What changed
roles/securitycenter.findingsViewergrant. Removes the outdated service-account JSON key flow (the product does not accept JSON keys)./integrations/{aws,azure,gcp}instead of/cloud-tests/{aws,azure,gcp}, and adds a capability matrix andCardGroupfor the three providers.Style
All four pages use Mintlify components already used elsewhere in
packages/docs(<Steps>,<Note>,<Accordion>,<CardGroup>) so rendering is consistent with the rest of the site.Test plan
cd packages/docs && mintlify dev) and confirm AWS / Azure / GCP / index all render<Steps>,<Note>,<Accordion>, and<CardGroup>components render correctlyAwsSetupGuide/AzureSetupGuide/GcpSetupGuide)🤖 Generated with Claude Code
Summary by cubic
Aligned AWS, Azure, GCP Cloud Tests docs with the actual OAuth/role-based flows and read‑only access model. Removes outdated key-based setups, adds clearer setup steps, service scopes, and troubleshooting to reduce setup friction.
Refactors
SecurityAudit+ViewOnlyAccesswith small inline policies; optionalCompAI-Remediator; steps createCompAI-Auditor; adds “What gets scanned,” per‑service toggles, security model, and troubleshooting.roles/securitycenter.findingsViewer; project selection in setup; removes service‑account JSON key flow; adds services overview, security model, and troubleshooting./cloud-tests/*.Bug Fixes
/integrations/*to/cloud-tests/*.Written for commit f47de49. Summary will update on new commits.