[python] flask app builder url_for (https -> http)
ingress:
web:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Port 443;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
https://github.com/apache/airflow/discussions/31805
SSO auth redirect mismatch for AWS Cognito · apache/airflow · Discussion #31805
Apache Airflow version Other Airflow 2 version (please specify below) What happened Hello everyone, I am trying to set up SSO using AWS cognito in the airflow Helm chart. I’ve made edits to the web...
github.com
https://github.com/apache/superset/discussions/18330
Superset redirects to http from https · apache/superset · Discussion #18330
We have deployed superset to an EKS cluster. We want TLS terminated at the Ingress controller. This is how I set up the entire setup. GSLB Vip → Nginx ingress controller → http → ingress → service ...
github.com
https://github.com/apache/superset/issues/978
redirects change https requests to http locations · Issue #978 · apache/superset
I'm running Caravel in AWS with this configuration: ELB terminates SSL (and accepts only https requests) Docker container runs gunicorn + caravel Many requests hang in the browser because the https...
github.com
Flask url_for generating http URL instead of https
I am using url_for to generate a redirect URL when a user has logged out: return redirect(url_for('.index', _external=True)) However, when I changed the page to a https connection, the url_for st...
stackoverflow.com
https://flask-appbuilder.readthedocs.io/en/latest/security.html
Security — Flask AppBuilder
the name of the provider: you can choose whatever you want, but FAB has builtin logic in BaseSecurityManager.get_oauth_user_info() for: ‘azure’, ‘github’, ‘google’, ‘keycloak’, ‘keycloak_before_17’, ‘linkedin’, ‘okta’, ‘opensh
flask-appbuilder.readthedocs.io
- x-forwarded-proto: htttps
- AIRFLOW__WEBSERVER__ENABLE_PROXY_FIX: true
Oauth for google redirect_uri error expecting HTTPS but sending HTTP · Issue #17536 · apache/airflow
Apache Airflow version: Version: v2.1.0 (The problem still exists in v2.1.2) Git Version: .release:2.1.0+304e174674ff6921cb7ed79c0158949b50eff8fe Apache Airflow Provider versions : apache-airflow-p...
github.com