Airflow helm - Add user

4/20/2020

I've set up Airflow on Kubernetes using the stable Helm chart.

I use RBAC feature. I managed to use Google OAUTH2 Authentication.

However I'm wondering how to add users ? I don't want to use CLI (I'm doing some IaC).

I've tried some things with the API provided in python but I do not know which files I have to modify regarding flask. (flask_appbuilder vs airflow vs flask_security) I'm lost in all of those directories.

-- Khama
airflow
kubernetes-helm

0 Answers