Feature Change - Enable RBAC in airflow webserver UI
Currently the WEB-UI isn't configured to use the RBAC security provided out of box by Apache Airflow, It provides different access privileges based on the roles assigned. Initial user isn't created by default, can be automated by running a command line method. RBAC users go into different user table than the one currently in use. So won't affect the current deployment and Airflow API authentication.