tirkarthi opened a new issue, #48611: URL: https://github.com/apache/airflow/issues/48611
### Description The dashboard design had welcome message with name in the designs. Since authentication is now available I was wondering about adding both `instance_name` and `first_name` to dashboard with the values being available through `ui/config` response. I found that `SimpleAuthManagerUser` has no `first_name` but Fab user model used to have it so I thought of making the attribute nullable in response something like `first_name = user and getattr(user, "first_name", None)` . So I opened the issue to discuss the format and the display. `instance_name` is present in the page title but Airflow 2 still displayed it in the home page so thought to add it here too. Sample screenshot with `instance_name` as `Production` and `first_name` as Peter.  ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
