vincbeck commented on code in PR #42004:
URL: https://github.com/apache/airflow/pull/42004#discussion_r1762017262
##########
airflow/config_templates/default_webserver_config.py:
##########
@@ -130,3 +130,16 @@
# APP_THEME = "superhero.css"
# APP_THEME = "united.css"
# APP_THEME = "yeti.css"
+
+# ----------------------------------------------------
+# Simple auth manager config
+# ----------------------------------------------------
+# This list contains the list of users and their associated role in simple
auth manager.
+# If the simple auth manager is used in your environment, this list controls
who can access the environment.
+# Example:
+# [{
+# "username": "admin",
+# "password": "admin",
+# "role": "admin",
Review Comment:
I fixed it by adding a `upper()` in the code :)
--
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]