Since Airflow is not directly using OAuth but instead relies on the flask-oauthlib, there is no single place where one can find how to configure and work with Keycloak and Airflow.
I am using Airflow 2.1.0 and Keycloak with a self-signed certificate and, no matter what I do, after Keycloak login I get the error "SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate". Do you have any suggestions?
Sorry for late reply. Do you still see this problem? Has this been set correctly on the Airflow side? os.environ['SSL_CERT_FILE']='<path to CA cert file>'
I am using Airflow 2.1.0 and Keycloak with a self-signed certificate and, no matter what I do, after Keycloak login I get the error "SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate". Do you have any suggestions?
Sorry for late reply. Do you still see this problem? Has this been set correctly on the Airflow side? os.environ['SSL_CERT_FILE']='<path to CA cert file>'