Does spicedb support or could it support multiple ...
# spicedb
s
Does spicedb support or could it support multiple shared keys to facilitate rotation with out down time. similar to jwks. Right now with the singular value, it would seem to require a bit of coordination to rotate that key.
v
it does support multiple shared keys. You just need to pass the env variable and have them separated by commas
s
ah, nice! good to know thanks
The client libraries also do this? or is it better to just always specify the most recent key?
j
client libs only allow a single key