spring-cloud-zookeeper icon indicating copy to clipboard operation
spring-cloud-zookeeper copied to clipboard

Feature Request: Support ZK ACLs per Profile, per Application

Open zacwolfe opened this issue 10 years ago • 1 comments

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 avatar Sep 30 '15 19:09 zacwolfe

@zacwolfe this sounds like a good idea. I'm not familiar with the api's. Where would be a good place to start?

spencergibb avatar Nov 11 '15 06:11 spencergibb