Adding RBAC

This commit is contained in:
Chaithanya Maisagoni
2020-11-14 16:12:42 -08:00
parent ac9f476d30
commit 320c601d42

View File

@@ -3,7 +3,7 @@
set -Eeuxo pipefail
airflow initdb
sleep 10
sleep 5
airflow create_user -r Admin -u admin -f FirstName -l LastName -p ${ADMIN_PASS} -e admin@test.com
sleep 5