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 kubeconfig flags #593

Merged
merged 4 commits into from
Apr 1, 2022
Merged

Add kubeconfig flags #593

merged 4 commits into from
Apr 1, 2022

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Mar 24, 2022

Two new flags were added to allow users to enable the use of user.Exec (--insecure-kubeconfig-exec) and InsecureTLS (insecure-kubeconfig-tls) in the kubeconfigs provided for remote apply.

Breaking change: both functionalities are no longer enabled by default.

Makefile Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
@pjbgf pjbgf marked this pull request as ready for review March 30, 2022 08:27
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove sops from the e2e workflow:

      - name: Setup SOPS
        uses: fluxcd/pkg/actions/sops@main

@pjbgf
Copy link
Member Author

pjbgf commented Mar 30, 2022

Please remove sops from the e2e workflow:

@stefanprodan Added a new commit to this effect. PTAL

@stefanprodan
Copy link
Member

@pjbgf looks like the Makefile changes don't work, sops is not added to the PATH.

@pjbgf pjbgf force-pushed the new-kube-flag branch 2 times, most recently from 5217052 to 508b4d6 Compare March 31, 2022 08:42
@pjbgf
Copy link
Member Author

pjbgf commented Mar 31, 2022

@stefanprodan they have been fixed now, PTAL

Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @pjbgf 🏅

@stefanprodan
Copy link
Member

@pjbgf please port this to helm-controller so we can bundle them in the same flux release.

@pjbgf pjbgf added this to the GA milestone Mar 31, 2022
Paulo Gomes added 3 commits April 1, 2022 10:11
Signed-off-by: Paulo Gomes <[email protected]>
Some tests requires the sops CLI to be installed,
by adding it as a requirement of the Makefile tests
target we make it easier for new contributors to
engage with the codebase.

Signed-off-by: Paulo Gomes <[email protected]>
Two new flags were added to allow users to enable the
use of user.Exec and InsecureTLS in the kubeconfigs
provided remote apply reconciliations.

Breaking change: both functionalities are no longer
enabled by default.

Signed-off-by: Paulo Gomes <[email protected]>
@stefanprodan stefanprodan added enhancement New feature or request area/server-side-apply SSA related issues and pull requests labels Apr 1, 2022
@stefanprodan stefanprodan merged commit 55f14b7 into fluxcd:main Apr 1, 2022
@pjbgf pjbgf deleted the new-kube-flag branch April 1, 2022 09:47
@stefanprodan stefanprodan modified the milestones: GA, Bootstrap GA Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/server-side-apply SSA related issues and pull requests enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants