Authenticate custom rest api endpoint added in airflow plugin
I’ve created a custom rest api endpoint in airflow. Its working perfect. I’ve authenticated it using the decorator ‘endpoint_bp.before_request’.
I’ve created a custom rest api endpoint in airflow. Its working perfect. I’ve authenticated it using the decorator ‘endpoint_bp.before_request’.