Lucas Bojer
Lucas Bojer
+1. Would be great to have an integration with Keycloak (OIDC ) 👍
I can also confirm this problem. It has now happened on multiple Node-RED instances. It happens with or without setting a passphrase and it always occurs after a restart. The...
In my tests it did not occure when I did a quick restart like above. Although, I have heard that it sometimes happened in other K8s clusters through a simple...
Hi @fatihtokus, thank you very much! 🥳 Looks good! Will try to use it as soon as possible and give feedback! Great how fast it went 👍 Regards, Lucas
Hi @bobeal, thank you for your answer! When the problem occurs there are logs like the following: `could not receive data from client: Connection reset by peer` `disconnection: session time:...
Hi @bobeal, can I configure r2dbc-pool using environment variables? If not, and if only possible using the application.properties files, maybe this could be an improvement? In the documentation from r2dbc-pool...
Hi @bobeal, thank you for all your help! We have found the problem and it was indeed network issues. We are running Stellio in Kubernetes running on 3 nodes. Our...
Hi @bobeal, thank you for your reply! I will be looking forward to hear about the solution for creating tenants over API. I think that an endpoint for creating and...
Hi, one way to make it work without the change, is to set `externalTrafficPolicy` to `null`: ``` externalTrafficPolicy: null ```