redradrat / aws-iam-operator

AWS IAM Operator for Kubernetes
Apache License 2.0
32 stars 7 forks source link

Policy deletion not idempotent #29

Closed redradrat closed 1 year ago

redradrat commented 1 year ago

When deleting a policy that does not exist in aws anymore, the operator is blocking. It should see this as success.

redradrat commented 1 year ago

fixed with c36129b