Replies: 1 comment
-
|
This has been solved with the following PR: rond-authz/rond#335 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi, recently I've been trying out Rönd in Console, configuring it from the Authorization tab within the Console Design section. I followed the documentation and for REST endpoints I didn't encounter any issue in setting up a single allow_all policy.
However, when I tried enabling Rönd for a service that exposes a Websocket API and deployed it, sadly the system stopped working, as if the client was not able to upgrade to a Websocket connection anymore.
Hence, I was wondering whether Websockets connections are supported by Rönd. Could you please help me in clarifying this doubt?
Edit
Looking at the service logs I found this line that indicates it is not possible to switch protocol from http to websocket:
Beta Was this translation helpful? Give feedback.
All reactions