Skip to content
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

Add hostkey_algos to the git.ssh schema #679

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented May 1, 2024

Description

Allow configuring the list of host key algorithms to use for SSH connections initialised by the provider during bootstrap.

Motivation and Context

Closes: #678

xref: fluxcd/flux2#4754

How has this been tested?

  • Have you added an acceptance test for the functionality being added?
  • Have you run the acceptance tests on this branch?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Documentation

  • I have updated the documentation (if required) with make docs

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have signed-off my commits with git commit -s

Allow configuring the list of host key algorithms to use for SSH connections.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan added the area/git Git bootstrap related issues and pull requests label May 1, 2024
@stefanprodan stefanprodan merged commit 8c7df3e into main May 2, 2024
8 checks passed
@stefanprodan stefanprodan deleted the ssh-hostkey-algos branch May 2, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/git Git bootstrap related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: flux_bootstrap_git fails during Azure DevOps SSH SHA1 brownouts
3 participants