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 support for GKE Protect/Security Posture #1586

Closed
jawnsy opened this issue Mar 9, 2023 · 2 comments · Fixed by #1617
Closed

Add support for GKE Protect/Security Posture #1586

jawnsy opened this issue Mar 9, 2023 · 2 comments · Fixed by #1617
Labels
enhancement New feature or request

Comments

@jawnsy
Copy link

jawnsy commented Mar 9, 2023

TL;DR

Add support for GKE Security Posture, formerly known as GKE Protect

Terraform Resources

The protect_config block supports:

workload_config - (Optional, Beta) WorkloadConfig defines which actions are enabled for a cluster's workload configurations. Structure is documented below

workload_vulnerability_mode - (Optional, Beta) Sets which mode to use for Protect workload vulnerability scanning feature. Accepted values are WORKLOAD_VULNERABILITY_MODE_UNSPECIFIED, DISABLED, BASIC.

The protect_config.workload_config block supports:

auditMode - (Optional, Beta) WorkloadConfig defines the flags to enable or disable the workload configurations for the cluster. Accepted values are MODE_UNSPECIFIED, DISABLED, BASIC.

Documentation link: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#protect_config

Detailed design

No response

Additional information

Requires TPG 4.40.0 and was introduced inhttps://github.com/hashicorp/terraform-provider-google/issues/12778

@jawnsy jawnsy added the enhancement New feature or request label Mar 9, 2023
@github-actions
Copy link

github-actions bot commented May 8, 2023

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the Stale label May 8, 2023
@NissesSenap
Copy link
Contributor

Work ongoing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants