Nothing Special   »   [go: up one dir, main page]

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

[Backport release-1.24] TLS server configuration hardening #2863

Merged
merged 1 commit into from
Mar 8, 2023

Conversation

k0s-bot
Copy link
@k0s-bot k0s-bot commented Mar 7, 2023

Automated backport to release-1.24, triggered by a label in #2861.
See #2858 #2850.

@k0s-bot k0s-bot requested a review from a team as a code owner March 7, 2023 16:05
@k0s-bot k0s-bot requested review from ncopa and twz123 March 7, 2023 16:05
@twz123 twz123 changed the title [Backport release-1.24] [Backport release-1.25] TLS server configuration hardening [Backport release-1.24] TLS server configuration hardening Mar 7, 2023
@twz123 twz123 added security fix area/controlplane backport/release-1.23 PR that needs to be backported/cherrypicked to release-1.23 branch labels Mar 7, 2023
Enforce TLS minimum versions and a fixed list of allowed TLS ciphers for
all the TLS secured endpoints managed by k0s. This has already been the
case for the API server, the kubelet and the konnectivity server. Unify
the approach to also include etcd and the k0s API itself.

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
(cherry picked from commit 55f75fd)
(cherry picked from commit e6f71a3)
(cherry picked from commit 9cfac4e)
@twz123 twz123 force-pushed the backport-2861-to-release-1.24 branch from f04cda8 to 29a5912 Compare March 7, 2023 17:00
@twz123
Copy link
Member
twz123 commented Mar 7, 2023

Added golang.org/x/exp to go.mod

@twz123 twz123 merged commit 213d36c into release-1.24 Mar 8, 2023
@twz123 twz123 deleted the backport-2861-to-release-1.24 branch March 8, 2023 08:44
@k0s-bot
Copy link
Author
k0s-bot commented Mar 8, 2023

Backport failed for release-1.23, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-1.23
git worktree add -d .worktree/backport-2863-to-release-1.23 origin/release-1.23
cd .worktree/backport-2863-to-release-1.23
git checkout -b backport-2863-to-release-1.23
ancref=$(git merge-base 25a08bd88532856cad89da4fea5cc4bf97708832 29a59120e8fd21a84ac613583ee0663addb8f38f)
git cherry-pick -x $ancref..29a59120e8fd21a84ac613583ee0663addb8f38f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controlplane backport/release-1.23 PR that needs to be backported/cherrypicked to release-1.23 branch security fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants