Skip to content

[docs] Add note of checking the SSH key #5762

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

Merged
merged 2 commits into from
Apr 22, 2025
Merged

[docs] Add note of checking the SSH key #5762

merged 2 commits into from
Apr 22, 2025

Conversation

t-kikuc
Copy link
Member

@t-kikuc t-kikuc commented Apr 21, 2025

What this PR does:

as title

Why we need it:

To help troubleshooting.
The app suggestion on UI won't work if a user hasn't set up an SSH key for cloning [email protected]:pipe-cd/examples.git.

Which issue(s) this PR fixes:

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

t-kikuc added 2 commits April 21, 2025 14:16
Signed-off-by: t-kikuc <[email protected]>
Signed-off-by: t-kikuc <[email protected]>
@t-kikuc t-kikuc enabled auto-merge (squash) April 21, 2025 05:19
Copy link

codecov bot commented Apr 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.07%. Comparing base (ef4de8c) to head (6ade194).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5762      +/-   ##
==========================================
- Coverage   27.08%   27.07%   -0.01%     
==========================================
  Files         504      504              
  Lines       53178    53178              
==========================================
- Hits        14401    14397       -4     
- Misses      37703    37706       +3     
- Partials     1074     1075       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@ffjlabo ffjlabo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! I agree with adding the node for it.
Also left the IMO comment for the placement.

@@ -60,3 +60,5 @@ For the full list of available commands, please see the Makefile at the root of
``` console
make run/piped CONFIG_FILE=piped-config.yaml
```

Note: If you have a problem with accessing the example repository, please follow [this guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) to register the SSH key or try specifying `remote: https://github.com/pipe-cd/examples.git` instead in the above `piped-config.yaml`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[imo] How about adding the explanation like Prepare for connecting to github with ssh on Prerequisites ?
It might be good for developers to know it before trying it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ffjlabo
I got your point, and it also seems great.

I think just using HTTPS is enough for some cases, and SSH is not mandatory.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@t-kikuc
I got it. It certainly doesn't have to be ssh 👍

Copy link
Member

@ffjlabo ffjlabo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@t-kikuc t-kikuc merged commit b9d94b4 into master Apr 22, 2025
18 of 19 checks passed
@t-kikuc t-kikuc deleted the readme-piped-note branch April 22, 2025 08:31
@github-actions github-actions bot mentioned this pull request May 15, 2025
@github-actions github-actions bot mentioned this pull request May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants