bugraoz93 commented on code in PR #47043:
URL: https://github.com/apache/airflow/pull/47043#discussion_r1978171718
##########
providers/fab/docs/auth-manager/api-authentication.rst:
##########
@@ -45,6 +45,36 @@ command as in the example below.
$ airflow config get-value api auth_backends
airflow.providers.fab.auth_manager.api.auth.backend.basic_auth
+.. versionchanged:: 3.0.0
+
+ In Airflow <3.0.0, the default setting is using token based authentication.
+ This approach is independent from which ``auth_backend`` is used.
+ The default setting is using API to create a token (JWT) first and use
this token in the requests to access the API.
+
+
+Token based authentication
+''''''''''''''''''''''''''
+The token based authentication is the default setting for the API.
Review Comment:
Updated, I did a batch update rather than including your suggestions, hope
that's okay, updated
##########
providers/fab/docs/auth-manager/api-authentication.rst:
##########
@@ -45,6 +45,36 @@ command as in the example below.
$ airflow config get-value api auth_backends
airflow.providers.fab.auth_manager.api.auth.backend.basic_auth
+.. versionchanged:: 3.0.0
+
+ In Airflow <3.0.0, the default setting is using token based authentication.
+ This approach is independent from which ``auth_backend`` is used.
+ The default setting is using API to create a token (JWT) first and use
this token in the requests to access the API.
+
+
+Token based authentication
+''''''''''''''''''''''''''
+The token based authentication is the default setting for the API.
+To be able to use the API, you need to create a token first and use this token
in the requests to access the API.
Review Comment:
Updated
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]