Sonny
Sonny
Also, been thinking of changing the mode name from `k8s-validator` to something more apt as there's work underway to enable mutations as well. Maybe `k8s-controller` instead?
@kapilt can you take another look, updated based on the comments
Thanks for the contribution, could you also add a bit of documentation here to show the usage? https://github.com/cloud-custodian/cloud-custodian/blob/master/docs/source/quickstart/advanced.rst
maybe we can add a retry there re the label fingerprint issue, looking online it seems other people have also hit this issue and a retry seemed to also resolve
I'm unable to reproduce that @mikejgray can you provide a example policy? ```yaml policies: - name: gcp-notify resource: gcp.pubsub-topic description: example policy actions: - type: notify template: default priority_header: '2'...
@kapilt resolved
Thanks for the suggestion. This will probably exist as a separate filter, e.g. ```yaml policies: - name: function-urls resource: aws.lambda filters: - type: function-url key: [].FunctionUrl value: present ``` Probably...
Hi @herrsergio there is a service-quotas resource that utilizes the service quotas api and will return the appropriate data: ```yaml policies: - name: service-quota-example resource: aws.service-quota filters: - QuotaName: "Auto...
@DhwanishShah please refrain from tagging people that aren't related to the issue. if you are interested in contributing please take a look at our contribution docs: https://cloudcustodian.io/docs/contribute.html
@tjstansell i've started work on that over in #7223 let me know if that looks about right