The :accepts plug in the agent_api pipeline was only allowing JSON, which caused 406 errors when the agent sent protobuf requests. Changes: - Register application/x-protobuf MIME type in config - Add protobuf to agent_api pipeline accepts list - Agent can now successfully communicate using protobuf format |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||