argoproj-labs / argocd-agent

Redefining the multi cluster story of Argo CD
Apache License 2.0
79 stars 15 forks source link

chore(tests): Add a test to verify if the principal can handle both WebSocket and regular gRPC requests #198

Closed chetan-rns closed 1 month ago

chetan-rns commented 1 month ago

The principal should be able to handle both types of agents:

  1. agents that are behind an HTTP/1.1 proxy and use WebSocket.
  2. agents that send regular gRPC requests.