docs: add CodeCommit SSH key instructions#2553
Conversation
|
@Zakharden The cloud provider integration pages currently mean integrations where the Flux source code is aware of the provider and branches off to provider-specific code. What you are describing is Flux integration with generic Git over SSH. |
|
This belongs in a page under bootstrap, we need to restore this one: https://v2-6.docs.fluxcd.io/flux/installation/bootstrap/aws-codecommit/ @Zakharden can you please change your PR to add |
b76fb74 to
966f98d
Compare
|
Updated the PR as requested:
Validation: I do not have a fresh AWS CodeCommit test environment available here, so I am not going to claim that full end-to-end validation was completed until that is actually run. |
966f98d to
f9426d6
Compare
Signed-off-by: Zakhar Dvurechensky <72825626+Zakharden@users.noreply.github.com>
f9426d6 to
e35bfd6
Compare
|
@stefanprodan @matheuscscp I updated the PR as requested. Changes made:
I also completed a fresh AWS CodeCommit end-to-end bootstrap test. Validation performed:
|
stefanprodan
left a comment
There was a problem hiding this comment.
LGTM
Thanks @Zakharden 🏅
|
Successfully created backport PR for |
Summary
Add AWS CodeCommit SSH authentication guidance to the Flux AWS integrations page.
The new section documents the parts that are easy to miss when configuring Flux against CodeCommit over SSH:
flux create source gitflux bootstrap gitClose: fluxcd/flux2#2335
Validation
git diff --check HEAD~1 HEADNote: I could not run a local Hugo build in this environment because
hugois not installed.