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

helm: consolidate IPSec and Wireguard encryption options #15809

Merged
merged 2 commits into from
Apr 22, 2021

Conversation

jibi
Copy link
Member

@jibi jibi commented Apr 21, 2021

This commit introduces a new helm option, encryption.type, which can be
used to specifies what method should be used for encryption (either
ipsec or wireguard).

The goal here is to add support for wireguard without introducing any
breaking change in the helm charts.

Fixes: #15483

@jibi jibi added release-note/minor This PR changes functionality that users may find relevant to operating Cilium. area/encryption Impacts encryption support such as IPSec, WireGuard, or kTLS. area/helm Impacts helm charts and user deployment experience release-blocker/1.10 labels Apr 21, 2021
@jibi jibi requested review from gandro, brb, aanm and seanmwinn April 21, 2021 12:15
@jibi jibi requested a review from a team as a code owner April 21, 2021 12:15
@jibi jibi requested a review from a team April 21, 2021 12:15
Copy link
Member

@gandro gandro left a comment

Choose a reason for hiding this comment

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

Thanks for taking care of this! One non-blocking nit.

install/kubernetes/cilium/values.yaml Show resolved Hide resolved
@jibi jibi force-pushed the pr/jibi/consolidate-encryption-helm branch from f5ab456 to 829f291 Compare April 21, 2021 12:29
@jibi jibi force-pushed the pr/jibi/consolidate-encryption-helm branch from 829f291 to ff183bd Compare April 21, 2021 12:30
Copy link
Member

@gandro gandro left a comment

Choose a reason for hiding this comment

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

@jibi jibi force-pushed the pr/jibi/consolidate-encryption-helm branch from ff183bd to 1a67b22 Compare April 21, 2021 12:33
@jibi jibi requested a review from gandro April 21, 2021 12:39
Copy link
Member

@gandro gandro left a comment

Choose a reason for hiding this comment

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

💯

Copy link
Member

@brb brb 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! One nit: I think we shall acredit the previous PR author in your commit msg too.

@jibi jibi force-pushed the pr/jibi/consolidate-encryption-helm branch from 1a67b22 to e1fac81 Compare April 21, 2021 13:11
jibi and others added 2 commits April 21, 2021 17:13
This commit introduces a new helm option, encryption.type, which can be
used to specifies what method should be used for encryption (either
ipsec or wireguard).

The goal here is to add support for wireguard without introducing any
breaking change in the helm charts.

Fixes: #15483

Co-authored-by: Youssef Azrak <yazrak.tech@gmail.com>
Signed-off-by: Gilberto Bertin <gilberto@isovalent.com>
This commit updates the Wireguard GSG to reflect the new Helm options
introduced to enable it.

Signed-off-by: Gilberto Bertin <gilberto@isovalent.com>
@jibi jibi force-pushed the pr/jibi/consolidate-encryption-helm branch from e1fac81 to 8fe34cf Compare April 21, 2021 15:14
@jibi jibi requested a review from a team April 21, 2021 15:14
@jibi jibi requested review from a team as code owners April 21, 2021 15:14
@jibi jibi requested review from nbusseneau and qmonnet April 21, 2021 15:14
@jibi
Copy link
Member Author

jibi commented Apr 21, 2021

Updated docs and fixed the DatapathConfigurationTest test to use the new options

@jibi
Copy link
Member Author

jibi commented Apr 21, 2021

test-me-please

Copy link
Member

@nbusseneau nbusseneau left a comment

Choose a reason for hiding this comment

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

LGTM as-is, just one reserve below.

install/kubernetes/cilium/README.md Show resolved Hide resolved
@jibi jibi closed this Apr 21, 2021
@jibi jibi reopened this Apr 21, 2021
@jibi
Copy link
Member Author

jibi commented Apr 21, 2021

test-me-please

@nbusseneau nbusseneau removed their assignment Apr 22, 2021
@jibi jibi added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 22, 2021
@aanm aanm merged commit 2f976ef into master Apr 22, 2021
@aanm aanm deleted the pr/jibi/consolidate-encryption-helm branch April 22, 2021 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/encryption Impacts encryption support such as IPSec, WireGuard, or kTLS. area/helm Impacts helm charts and user deployment experience ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
Projects
No open projects
1.10.0
Awaiting triage
Development

Successfully merging this pull request may close these issues.

helm: Consolidate IPSec and Wireguard encryption options
7 participants