-
- Downloads
Allow supplying PK from file for Git source/secret
This commit adds support for supplying a path to an existing private
key file to both the `flux create secret git` and `flux create source
git` commands.
If a path is given, any private key generation configuration options
are ignored by the manifest generator. The SSH host will however still
be scanned for server keys.
Signed-off-by:
Hidde Beydals <hello@hidde.co>
Showing
- cmd/flux/create_secret_git.go 18 additions, 11 deletionscmd/flux/create_secret_git.go
- cmd/flux/create_source_git.go 18 additions, 9 deletionscmd/flux/create_source_git.go
- docs/cmd/flux_create_secret_git.md 7 additions, 2 deletionsdocs/cmd/flux_create_secret_git.md
- docs/cmd/flux_create_source_git.md 13 additions, 6 deletionsdocs/cmd/flux_create_source_git.md
Loading
Please register or sign in to comment