You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a user using RBAC feature for the first time (I am a newbie in airflow). I have created admin user successfully using below command. However I still cannot log in to Web UI, I get invalid password (I have ensured I did not typed in wrong password). Please help?
Here are the steps I have followed to set up authentication.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am trying to create a user using RBAC feature for the first time (I am a newbie in airflow). I have created admin user successfully using below command. However I still cannot log in to Web UI, I get invalid password (I have ensured I did not typed in wrong password). Please help?
Here are the steps I have followed to set up authentication.
Restarted Webserver and Scheduler
Ran below command to create my first admin user.
airflow create_user -r Admin -u admin_test -f test -l test -p test123 -e [email protected]
Beta Was this translation helpful? Give feedback.
All reactions