vektra / vega

A distributed mailbox system
BSD 3-Clause "New" or "Revised" License
315 stars 13 forks source link

Support consul ACLs to protect the routing subtree #4

Closed evanphx closed 9 months ago

evanphx commented 9 years ago

For bigger instances, ACLs could be used to protect various parts of the KV space. We should support taking a token to use when accessing our routing subtree.

betawaffle commented 9 years ago

For whoever is going to implement this (probably me), you will need to add a a way to pass a token to ConsulKVCache in https://github.com/vektra/consul_kv_cache.