Closed jograca closed 2 years ago
Hope we have an MVP solution for Updates here @turkenh. We do a reconcile at Late Initialize. Would like your thoughts
Hope we have an MVP solution for Updates here @turkenh. We do a reconcile at Late Initialize. Would like your thoughts
@jograca Any other questions than late init which I commented above?
🎉
🙌
Description of your changes
This Pull Request adds feature complete ACL support to Add, Remove and List ACLs. Fixes #6
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Automated tests are forthcoming
1) Created an ACL by applying examples/acl/acl.yaml 2) Verified by running
kcl admin acl describe --type any --pattern match --op any --perm any
3) Updated ACL by changing a Principle in examples/acl/acl.yml 4) Applied the ACL and noticed the Update threw an error 3) Deleted ACL by deleting examples/acl/acl.yaml 4) Verified by same process as bullet 2