You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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.
Hello!
Issue details
Hi, found that GKE implemented workload vulnerability scanning with a new Advanced mode, that you can turn on in cluster details
![obrazek](https://private-user-images.githubusercontent.com/155990244/294944180-4a2dd6d3-bf61-40c3-a869-d022d1184577.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTg2MDMsIm5iZiI6MTczOTU1ODMwMywicGF0aCI6Ii8xNTU5OTAyNDQvMjk0OTQ0MTgwLTRhMmRkNmQzLWJmNjEtNDBjMy1hODY5LWQwMjJkMTE4NDU3Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxODM4MjNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kN2QwYTkxZWEwZDA2NjA1MGU3ZjU0ODNjMTgzNzQ2NmNjMmUzNDcyOTdmZjViNjk4NzFmZDMzYTJmNWVkNDU1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.KkvFTm6uBIdu9fckZYj3ozKdiAXCD7662Z2asf3TQ8E)
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
The text was updated successfully, but these errors were encountered: