mik-laj commented on issue #8111: URL: https://github.com/apache/airflow/issues/8111#issuecomment-655343171
@jhtimmins OpenAPI is very limiting in the authorization configuration description You cannot describe several authorization mechanisms and selection rules in one specification file. We cannot express all the intentions that users have, so I think we may not include authorization in the API specification at all. Many users will not use authorization at all, and instead configure the auth proxy to do so (e. g. https://developer.okta.com/blog/2018/08/28/nginx-auth-requesthttps://developer.okta.com/blog/2018/08/28/nginx-auth-request, https://cloud.google.com/iap) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
