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

Adding security_posture_config (block) #1743

Closed
richiefrich opened this issue Sep 20, 2023 · 1 comment
Closed

Adding security_posture_config (block) #1743

richiefrich opened this issue Sep 20, 2023 · 1 comment
Labels
enhancement New feature or request Stale

Comments

@richiefrich
Copy link

richiefrich commented Sep 20, 2023

TL;DR

The security_posture_config block supports:

mode - (Optional) Sets the mode of the Kubernetes security posture API's off-cluster features. Available options include DISABLED and BASIC.

vulnerability_mode - (Optional) Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include VULNERABILITY_DISABLED and VULNERABILITY_BASIC.

Terraform Resources

https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster

Detailed design

I see you added the protect_config,  but there is another one. It is The security_posture_config block.
https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard
https://cloud.google.com/kubernetes-engine/docs/concepts/about-configuration-scanning

The security_posture_config block supports:

mode - (Optional) Sets the mode of the Kubernetes security posture API's off-cluster features. Available options include DISABLED and BASIC.

vulnerability_mode - (Optional) Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include VULNERABILITY_DISABLED and VULNERABILITY_BASIC.


### Additional information

_No response_
@richiefrich richiefrich added the enhancement New feature or request label Sep 20, 2023
Copy link

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 Nov 19, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Stale
Projects
None yet
Development

No branches or pull requests

1 participant