apache / airflow-on-k8s-operator

Airflow on Kubernetes Operator
https://airflow.apache.org/
Apache License 2.0
89 stars 26 forks source link

Setup AuthN and AuthZ #7

Closed chethanuk closed 4 years ago

chethanuk commented 4 years ago

Not able to find resources on AuthN and AuthZ

How can I use something like IAM or dex?

mik-laj commented 4 years ago

It's part of the Airflow configuration. Here is more information: https://airflow.readthedocs.io/en/latest/security.html. You could also use IAP but this forces the user mechanism in Airflow to be turned off. All users will be admin.