Skip to content

feat: support cilium clusterwide #1973

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

Conversation

matthisholleville
Copy link

Enabled support for CiliumClusterWideNetworkPolicy across various Terraform modules to enhance network security and policy enforcement capabilities in Kubernetes clusters. This change allows for the utilization of Cilium's extended network policy features, providing users with the option to enforce more granular network policies at the cluster level.

In link with https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#enable_cilium_clusterwide_network_policy

Enabled support for CiliumClusterWideNetworkPolicy across various Terraform modules to enhance network security and policy enforcement capabilities in Kubernetes clusters. This change allows for the utilization of Cilium's extended network policy features, providing users with the option to enforce more granular network policies at the cluster level.

Signed-off-by: Matthis Holleville <matthish29@gmail.com>
Aligned variable assignments across multiple Terraform modules to enhance readability and maintain consistency in the codebase. This change ensures that the code formatting follows best practices, making it easier for developers to understand and maintain the infrastructure as code.

Signed-off-by: Matthis Holleville <matthish29@gmail.com>
…modules

Ensured consistency in the default behavior of CiliumClusterWideNetworkPolicy across various Terraform modules by setting its default value to false. This change aligns the modules' configurations with best practices for optional features, providing a safer default configuration for users.

Signed-off-by: Matthis Holleville <matthish29@gmail.com>
@matthisholleville matthisholleville requested review from ericyz, gtsorbo and a team as code owners June 10, 2024 08:25
Copy link
Collaborator

@apeabody apeabody 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 the contribution @matthisholleville!

Can you please make your change in the source template as described here: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/master/CONTRIBUTING.md#templating

@DrFaust92
Copy link
Contributor

can be closed via #1972

@apeabody
Copy link
Collaborator

apeabody commented Aug 5, 2024

Implemented in #1972

@apeabody apeabody closed this Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants