spring-cloud-zookeeper
spring-cloud-zookeeper copied to clipboard
Feature Request: Support ZK ACLs per Profile, per Application
It's often desirable to restrict visibility of application properties such that an application running in DEV can't accidentally (or otherwise) use properties from PROD, or vice versa. It would also be desirable to prevent one application from accessing the properties of another.
Zookeeper ACLs seem like the obvious choice for implementing this. It would be great if you could associate an authId and password with each profile in an application that would be used by spring-cloud-zookeeper when accessing ZK nodes.
@zacwolfe this sounds like a good idea. I'm not familiar with the api's. Where would be a good place to start?