fluxcd / terraform-provider-flux

Terraform and OpenTofu provider for bootstrapping Flux
https://registry.terraform.io/providers/fluxcd/flux/latest
Apache License 2.0
368 stars 86 forks source link

Adding registry credential support to bootstrap resource. #688

Closed swade1987 closed 6 months ago

swade1987 commented 6 months ago

Description

Allows the user to provide registry credentials in the form username: password

Motivation and Context

Fixes https://github.com/fluxcd/terraform-provider-flux/issues/635 Leverages upstream fluxcd/flux2 PR: https://github.com/fluxcd/flux2/pull/4706/files

How has this been tested?

Output from acceptance testing:

$ make testacc

...

Types of changes

Documentation

Checklist:

Community Note

stefanprodan commented 6 months ago

Thanks @swade1987 I've put this on hold, needs to be rebased after Flux 2.3.0 is released.