Zane Williamson

Results 24 comments of Zane Williamson

I like the separation of concerns with `kind: IAMPolicy` and `kind: IAMRole`

I'm not sure I understand where you are going with example provided. Wouldn't it make sense to have 'actions' and 'resources' as spec values? ``` apiVersion: operator.aws/v1alpha1 kind: IAMPolicy metadata:...

> Great find 👍 > I wasn't aware that Istio will add additional data to Service Description > I think it's worth to cover with additional test case in `TestAWSSDProvider_DeleteService`...

@seanmalloy @njuettner have some time to take a look at this fix? It addresses cleanup issues with Istio based resources. Test added and passing 👍

> Hey Team, we would like to implement this in our environment to support our ephemeral clusters. yes, this fix will get proper cleanup working

@Raffo have a moment to review this fix? Has tests and ready to go.

Running into similar issue. I am trying to upgrade to 2.0.5 responder. I was using the jinja_env interface to add a custom filter, however looks like `api.jinja_env` has been dropped....