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

feat: support cilium clusterwide #1973

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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>
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants