Distributed Agent Runtime: Adding secure channel communication for worker runtimes #4101
prabhakaran-annadurai
started this conversation in
Ideas
Replies: 1 comment
-
|
Absolutely, this is on our roadmap #4103 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
version: 0.4
Scenario:
Host service is running in an Azure Container Apps and worker runtime running in a different service like Azure functions & trying to connect to Host.
Current behavior: worker runtime is not able to connect to host as secure channel is not implemented (only grpc.aio.insecure_channel communication is implemented in python/packages/autogen-core/src/autogen_core/application/_worker_runtime.py ).
Expected: worker runtime must be able to communicate with host using a secure channel with grpc.ssl_channel_credentials() when non-local host is provided.
Beta Was this translation helpful? Give feedback.
All reactions