amoghrajesh commented on code in PR #29926:
URL: https://github.com/apache/airflow/pull/29926#discussion_r1135166008


##########
RELEASE_NOTES.rst:
##########
@@ -8919,7 +8919,7 @@ New Webserver UI with Role-Based Access Control
 
 The current webserver UI uses the Flask-Admin extension. The new webserver UI 
uses the `Flask-AppBuilder (FAB) 
<https://github.com/dpgaspar/Flask-AppBuilder>`_ extension. FAB has built-in 
authentication support and Role-Based Access Control (RBAC), which provides 
configurable roles and permissions for individual users.
 
-To turn on this feature, in your airflow.cfg file (under [webserver]), set the 
configuration variable ``rbac = True``\ , and then run ``airflow`` command, 
which will generate the ``webserver_config.py`` file in your $AIRFLOW_HOME.
+To turn on this feature, in your airflow.cfg file (under [webserver]), set the 
configuration variable ``rbac = True``\ , and then run ``airflow`` command, 
which will generate the ``webserver_config.py`` file in your 
$AIRFLOW_HOME/config.

Review Comment:
   Good idea @uranusjr.
   Moved the content to a newsfragment file. Can you look at it again?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to