We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a5c11 commit 03c6b1cCopy full SHA for 03c6b1c
src/satosa/micro_services/custom_routing.py
@@ -88,6 +88,7 @@ def process(self, context:Context, data:dict):
88
89
def _rewrite_context(self, entity_id:str, context:Context) -> None:
90
tr_backend = self._get_backend(context, entity_id)
91
+ context.decorate(Context.KEY_TARGET_ENTITYID, entity_id)
92
context.target_frontend = context.target_frontend or context.state.get('ROUTER')
93
native_backend = context.target_backend
94
msg = (f'Found DecideBackendByTarget ({self.name} microservice) '
0 commit comments