Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,6 @@ def filter_ignore(record: logging.LogRecord) -> bool:
"spec": fab_flask_openapi_file.as_posix(),
"opts": {
"hide-hostname": True,
"no-auto-auth": True,
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -687,12 +687,21 @@ components:
Basic:
type: http
scheme: basic
description: To authenticate FAB auth manager API requests, clients have the option to use basic
authentication. To learn more about FAB auth manager API authentication, please read
https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/api-authentication.html#basic-authentication.
GoogleOpenId:
type: openIdConnect
openIdConnectUrl: https://accounts.google.com/.well-known/openid-configuration
description: To authenticate FAB auth manager API requests, clients have the option to use Google OpenID.
To learn more about Google OpenID authentication, please read
https://airflow.apache.org/docs/apache-airflow-providers-google/stable/api-auth-backend/google-openid.html.
Kerberos:
type: http
scheme: negotiate
description: To authenticate FAB auth manager API requests, clients have the option to use Kerberos
authentication. To learn more about FAB auth manager API authentication, please read
https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/api-authentication.html#kerberos-authentication.

tags:
- name: Role
Expand Down