1. comma-separate the tokens that you
# spicedb
y
1. comma-separate the tokens that you provide at startup
k
Oh, thanks! If I restart with several tokens, then existing schema with relations will be available automatically with new tokens? Or do I need to recreate the schema and make some data migration?
y
the only place where separate tokens provide separate namespaces is in
spicedb serve-testing
. in production, you're always accessing the same data regardless of which shared secret you're using.
k
Thanks for helping with this!
y
yep, sure thing
2 Views