Kapil Thangavelu

Results 392 comments of Kapil Thangavelu

the syntax on the filter is a little interesting, since its an array of function url configs. if we wanted multi attribute matching the syntax on a function url to...

a snapshot count by itself won't ensure compliance to a policy of 7 days worth of backups. ie. it could be 7 snapshots from a single day, the consecutive-snapshots filter...

what sort of conditions are you looking for?

yeah.. the environment handling in the policy is a little obtuse to specify, its a nested mapping with ```yaml environment: Variables: key: value ``` we should probably support both a...

Thanks for the pull request! Could you please sign the Linux Foundation/CNCF CLA referenced in the other comment. Direct link https://api.easycla.lfx.linuxfoundation.org/v2/repository-provider/github/sign/14202841/52837350/7618/#/?version=2

needs documentation in the readme.

super interested in this, thanks for digging in.

good question, one thought was switching resources.json to $resource-type.json and ditto for logs. effectively we'll have the expanded policies sharing the same output directory, but with the same policy name,...

The easiest way to avoid the duplication in absence of this is to, use yaml anchor and reference syntax to minimize the duplication. https://confluence.atlassian.com/bitbucket/yaml-anchors-960154027.html https://gist.github.com/bowsersenior/979804 https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd

@mykmug thats not correct anchor / ref syntax, if you yaml load that file in python and print it you'll see that its putting a dictionary for actions not an...