-
Notifications
You must be signed in to change notification settings - Fork 3
docs: GitOps Doc Updation #117
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?
Conversation
|
||
1. An AWS Account | ||
|
||
2. An AWS IAM user with `AWSCodeCommitPowerUser` permission. Refer to [Create and Configure an IAM User with AWSCodeCommitPowerUser Permission](https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-ssh-unixes.html?utm_source=chatgpt.com#setting-up-ssh-unixes-account) for more information |
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.
@ashokdevtron, (note to self - verify this)
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.
Pull Request Overview
This PR updates the GitOps documentation to enhance clarity and expand provider support. The updates improve the existing content with better explanations of GitOps concepts and add support for additional Git providers.
- Added comprehensive documentation for AWS Code Commit and Other GitOps providers
- Enhanced the GitOps introduction with clearer explanations and added an illustration
- Updated figure numbering and improved formatting throughout the document
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
||
| Field | Description | | ||
| --- | --- | | ||
| **SSH Host** | Enter the AWS Code Commit SSH host URL (e.g., `ssh://git-codecommit.ap-south1.amazonaws.com`)| |
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.
The AWS region 'ap-south1' should be 'ap-south-1' (with a hyphen). AWS region identifiers use hyphens, not just numbers.
| **SSH Host** | Enter the AWS Code Commit SSH host URL (e.g., `ssh://git-codecommit.ap-south1.amazonaws.com`)| | |
| **SSH Host** | Enter the AWS Code Commit SSH host URL (e.g., `ssh://git-codecommit.ap-south-1.amazonaws.com`)| |
Copilot uses AI. Check for mistakes.
Sample Preview