|
|
|
|
|
by saurabhjain1592
151 days ago
|
|
Thanks. In practice, access control is enforced centrally by AxonFlow, not delegated to the orchestrator. Each LLM or tool call is evaluated at execution time against the active policy context, which includes the user, workflow, step, and tenant. That allows different steps in the same workflow to run under different credentials, providers, or cost and permission constraints if needed. In gateway mode, the orchestrator still issues the call, but AxonFlow pre-authorizes it and records the decision so the policy is enforced consistently. In proxy mode, AxonFlow holds and applies the credentials itself and routes the call to the appropriate provider. The key point is that credentials and access rules are defined once and enforced centrally, while orchestration logic remains separate. |
|