kjee87
kjee87
Ah, well thank you for the response. May I request this feature available in the navigation tree in the cloudbeaver, just like ones in the dbeaver?
Hi @EvgeniaBzzz Thank you for your response. I just want to ask a bit more detail about your answers. In my dockerfile, I am starting with latest cloudbeaver image, followed...
@alexander-skoblikov I use regular port forwarding command to run the image: `docker run -d -ti -p 5555:80 {image name}`. I just dropped the schema & tables and re-run the docker...
Hello, Thank you for this release! I tested out this most recent docker image (ver 23.3.4) and I was able to call oauth proxy sign_out endpoint (/oauth2/sign_out) to expire this...
Hello, This is my setting in `.cloudbeaver.auto.conf`: `CB_SERVER_NAME = cloudbeaver test CB_SERVER_URL = cloudbeaver_host_url CB_ADMIN_NAME = CB_ADMIN_NAME CB_ADMIN_PASSWORD = CB_ADMIN_PASSWORD` reverseProxy- ngix: `server { listen 80; server_name localhost; location /oauth2/...
Hello, I just debugged this issue and it turns out these errors were due to having two replica in kubernetes. Was this intended not to allow having two sessions at...
Both sessions were using same configuration as it was defined by the same docker image. If one is using reverse proxy, the other automatically turns off...?
No, I think this may be due to load balancer, trying redistribute any calls to different replica. For now, I am using only one and it seems running fine. And...