diff --git a/doc/architecture/blueprints/cells/routing-service.md b/doc/architecture/blueprints/cells/routing-service.md index 6dc7fb8876dd69fb1664650f35be678f2eff5465..3c90e518a34d2df7db157f710592f40969ff30b3 100644 --- a/doc/architecture/blueprints/cells/routing-service.md +++ b/doc/architecture/blueprints/cells/routing-service.md @@ -260,6 +260,8 @@ Each Cell will publish a precompiled list of routing rules that will be consumed routing rules to call `/api/v4/internal/cells/classify`. - The routing rules should use `prefix` as a way to speed up classification. During the compilation phase the routing service transforms all found prefixes into a decision tree to speed up any subsequent regex matches. +- Some of the prefixes need to be Cell independent, example Personal Access Tokens prefix need to be organization bound and not Cell bound. + We want the ability to move an organization from 1 cell to another without changing the Personal Access Token or any other token. - The routing rules is ideally compiled into source code to avoid expensive parsing and evaluation of the rules dynamically as part of deployment.