-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query - Can not input SQL query over ingress #713
Comments
Don't think you're going to find anything in the pgweb logs as those are only related to the API calls made by the UI. Happy to help if know how to reproduce this issue reliably |
Can you provide a bit more context on your kube setup? I've deployed Pgweb on k8s several times, with ingresses and cert-manager and didnt hit this issue, so i'm suspecting you may have some additional rules in place? |
In our case, the k8s ingress adds HTTP CSP header: "content-security-policy: default-src 'self'" |
Good to know, thanks! |
I have depoyed pgweb in kubernetes. Pgweb work well but there is one issue.
When I connect to pgweb container with port-forward to localhost:8081 everything works for me.
But when I use a public ingress with a oauth proxy then I can not write SQL queries in Query tab.
It is not possible to inset text here. All other features are working as expected.
In the pgweb logfile there is no message which helps to find the root cause for this issue.
The text was updated successfully, but these errors were encountered: