You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flux2/internal/bootstrap
Max Jonas Werner e98f1142a6
feat: enable bootstrap with custom CA locally
When a user provided the `--ca-file` flag to the `bootstrap` command,
the given CA file wasn't taken into account for cloning the repository
locally. It was just passed along to the CR that is created so Flux
can make use of it when cloning the repository in-cluster.

However, users may not want to add a custom CA to their local host's
trust chain and may expect the `--ca-file` flag to be respected also
for cloning the repository locally. This is what this commit
accomplishes.

closes #1775

Signed-off-by: Max Jonas Werner <mail@makk.es>
3 years ago
..
git feat: enable bootstrap with custom CA locally 3 years ago
provider Factor bootstrap logic into `bootstrap` package 4 years ago
bootstrap.go feat: enable bootstrap with custom CA locally 3 years ago
bootstrap_plain_git.go feat: enable bootstrap with custom CA locally 3 years ago
bootstrap_provider.go Change permission grant error print conditons 4 years ago
options.go Provide option to add appendix to commit messages 4 years ago