Aws MWAA Airflow rest api

Viewed 39

Iam trying to hit the api provided in the airflow ui on aws console. I tried to access the web server but when i try to get the list of dags iam getting unauthorized error. Do we need any role or permission to access rest api and get the expected response out. I tried with webtoken creation and passed in to hit api. Tried with basic auth and aws signatures as well.

Do we need any extra permissions?

1 Answers
Related