Update 2021-04-21-integrating-airflow-with-okta.md

This commit is contained in:
kuntalkumarbasu 2021-04-22 19:44:17 -04:00 committed by R. Tyler Croy
parent 8b64020e68
commit e9a1e728dc
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
1 changed files with 1 additions and 4 deletions

View File

@ -31,8 +31,7 @@ At Scribd we decided to pair Airflow with OKTA. Earlier we were using LDAP for a
## Airflow Configuration
### conf/webserver_config.py
```
AUTH_TYPE = AUTH_OAUTH
OAUTH_PROVIDERS = [
{'name': 'okta', 'icon': 'fa-circle-o',
@ -50,8 +49,6 @@ At Scribd we decided to pair Airflow with OKTA. Earlier we were using LDAP for a
}
]
```
### Special Steps: