Has anyone deploy Openmetadata successfully using AWS MWAA? #17639
Unanswered
liujuanchi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
To configure OpenMetadata to connect to AWS MWAA using AWS SSO, you need to set the parameters correctly. However, AWS SSO does not directly provide username and password for Airflow UI login. Instead, you should use the appropriate authentication mechanism supported by AWS SSO.
https://docs.open-metadata.org/latest/deployment/ingestion/external/mwaa |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AWS MWAA use OOS to login the managed ariflow, has no idea how to set the following parameters, can anyone help?
PIPELINE_SERVICE_CLIENT_ENDPOINT="<INGESTION_ENDPOINT_URL_WITH_SCHEME>"
SERVER_HOST_API_URL="<OPENMETADATA_ENDPOINT_URL_WITH_SCHEME>/api"
AIRFLOW_USERNAME="<AIRFLOW_UI_LOGIN_USERNAME>"
AIRFLOW_PASSWORD="<AIRFLOW_UI_LOGIN_PASSWORD>"
as AWS SSO using Identity Center, can I put username and pwd in Identity Center to these two AIRFLOW_USERNAME & AIRFLOW_PASSWORD field?
And, need any change for following fields?
AIRFLOW_TIMEOUT="10"
AIRFLOW_TRUST_STORE_PATH=""
AIRFLOW_TRUST_STORE_PASSWORD=""
PIPELINE_SERVICE_CLIENT_CLASS_NAME="org.openmetadata.service.clients.pipeline.airflow.AirflowRESTClient"
PIPELINE_SERVICE_CLIENT_HEALTH_CHECK_INTERVAL="300"
PIPELINE_SERVICE_CLIENT_VERIFY_SSL="no-ssl"
PIPELINE_SERVICE_CLIENT_SSL_CERT_PATH=""
PIPELINE_SERVICE_IP_INFO_ENABLED="false"
PIPELINE_SERVICE_CLIENT_HOST_IP=""
PIPELINE_SERVICE_CLIENT_SECRETS_MANAGER_LOADER="noop"
Beta Was this translation helpful? Give feedback.
All reactions