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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced vulnerability workloads scanning option #954

Open
tacrdenys opened this issue Jan 8, 2024 · 1 comment
Open

Advanced vulnerability workloads scanning option #954

tacrdenys opened this issue Jan 8, 2024 · 1 comment
Labels
kind/enhancement Improvements or new features

Comments

@tacrdenys
Copy link

Hello!

  • Vote on this issue by adding a 馃憤 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Hi, found that GKE implemented workload vulnerability scanning with a new Advanced mode, that you can turn on in cluster details
obrazek

Also i found, that pulumi_google_native.container.v1.Cluster SecurityPostureConfigVulnerabilityMode Enum have only implementation for Basic mode.

I will glad to see that feature implemented as a code, so i dont need to use my own workarounds.

Thanks.

Affected area/feature

So it will be a modification of pulumi_google_native.container.v1.Cluster, so security_posture_config(vulnerability_mode= ) could accept SecurityPostureConfigVulnerabilityMode with "ADVANCED" Enum variant and properly call the create/update methods of cluster

P.S. Sorry for bad grammar and so on

@tacrdenys tacrdenys added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels Jan 8, 2024
@mjeffryes
Copy link
Member

Thanks for the report @tacrdenys; this provider will get that feature when the GCP API specification is updated. You may also check the pulumi-gcp provider to see if it's available there.

@mjeffryes mjeffryes removed the needs-triage Needs attention from the triage team label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants