library not working with new acl system of consul 1.4
Die acl part of the library is not working with the latest consul version 1.4 and the updated acl system. They use new webservice entpoints and new features. The old acl system is also supported by consul1.4 but without the new features like policies and the key_prefix option. Is it planed to adapt python-consul to the new consul version 1.4 and the updates acl system?
Thanks and Regards
Andreas
I started working on it but it's quite a major re-work since the new API is not backwards compatible. Not sure how the creators want to continue since it would break compatibility with Consul versions earlier than 1.4.0
I have some time the next few weeks that I could take a crack at this. @pcantea how far did you end up getting if you don't mind sharing your work?
Hi,
I create a pr to manage new acl system for consul 1.4 and 1.5: https://github.com/cablehead/python-consul/pull/254