sqld only supports a single JWT verification key through either SQLD_AUTH_JWT_KEY or --auth-jwt-key-file.
Supporting per namespace JWT verification key would allow us:
- Invalidate tokens per namespace, without affecting other namespaces.
- Support true multitenancy, since different tenants must not share the keys that generate their tokens.
sqldonly supports a single JWT verification key through eitherSQLD_AUTH_JWT_KEYor--auth-jwt-key-file.Supporting per namespace JWT verification key would allow us: