-
Notifications
You must be signed in to change notification settings - Fork 43
add missing permission #2720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add missing permission #2720
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughDocumentation update adds Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
docs/2.0/docs/accountfactory/guides/drift-remediation-with-async-module.md (1)
137-137
: Fix typo: “leasat” → “least”.User-facing docs—please correct the spelling.
-For `_envcommon/landingzone/root-pipelines-plan-role.hcl`, ensure that you have at leasat the following permissions: +For `_envcommon/landingzone/root-pipelines-plan-role.hcl`, ensure that you have at least the following permissions:
🧹 Nitpick comments (2)
docs/2.0/docs/accountfactory/guides/drift-remediation-with-async-module.md (2)
109-109
: Minor grammar tweak for readability.Add “to be” for smoother flow.
-The new infrastructure created by the async module will require additional permissions be added to the roles +The new infrastructure created by the async module will require additional permissions to be added to the roles
173-183
: Optional: call out KMS decrypt nuance for DescribeStateMachine.If any state machine definitions are KMS-encrypted, read paths (e.g., DescribeStateMachine with ALL_DATA) may require
kms:Decrypt
. Consider adding a short note after this block to reduce surprises for readers.Proposed note to insert after the code block:
+Note: If your Step Functions state machine definitions are encrypted with AWS KMS, the plan role may also need `kms:Decrypt` when reading definitions (e.g., DescribeStateMachine with ALL_DATA). See AWS docs for details.
Reference: AWS Step Functions DescribeStateMachine docs. (docs.aws.amazon.com)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
docs/2.0/docs/accountfactory/guides/drift-remediation-with-async-module.md
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Validate generated content
🔇 Additional comments (1)
docs/2.0/docs/accountfactory/guides/drift-remediation-with-async-module.md (1)
176-180
: Good add: include ValidateStateMachineDefinition in read-only set.
states:ValidateStateMachineDefinition
is a valid Step Functions read action and belongs in this block. This aligns with AWS docs. (docs.aws.amazon.com)
Small PR to add missing permissions to our documentation.
Summary by CodeRabbit