Closed martinmajtan closed 1 year ago
@martinmajtan please use our slack support channel https://slack.open-metadata.org . Github issues are meant for product bugs/features. Not support questions.
The problem has resolved in openmetadata v1.3.0? @harshach I had the same problem ...
Hello, We have installed OpenMetadata instance shipped with Elastic and Airflow. We used official helm charts with their image "docker.getcollate.io/openmetadata/ingestion". But we're facing a problem with connection from OpenMetadata to Airflow API.
We set up a basic auth according docs (we have also tested a SSO KeyCloak which was working, but getting same issue ). I upgraded to newest helm chart version v1.1.4 and OpenMetadata version.
When I try add service - Pipeline or Database I got error:
Authentication failed for user [admin] trying to access the Airflow APIs.
I read all available docs and update our configuration as official docs said:
values.yaml for dependencies chart:
values.yaml for OpenMetadata chart:
I tried create different user but same error (created new secret, upgraded airlflow values.yaml file for new user and gave Admin role).
I don't understand why I'm getting that error in browser, because when I jump to OpenMetadata pod and test connection to Airflow API all seems fine:
Also when I tried call Airflow API with user, I didn't get error due to 401 Unauthorized:
Can someone help ?