This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a817f21fb52d01cbf8dce924801d76f9b23c55b0 Author: Jed Cunningham <[email protected]> AuthorDate: Sun Aug 13 12:32:59 2023 -0600 Fix links in security docs (#33329) (cherry picked from commit 0cb256411a02516dc9eca88b570abfb8c8a3c35b) --- airflow/config_templates/config.yml | 2 +- docs/apache-airflow/security/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml index 8901383bb0..dc89dcc814 100644 --- a/airflow/config_templates/config.yml +++ b/airflow/config_templates/config.yml @@ -467,7 +467,7 @@ core: Before setting this to Enabled, make sure that you review the users who are able to add/edit connections and ensure they are trusted. Connection testing can be done maliciously leading to undesired and insecure outcomes. For more information on capabilities of users, see the documentation: - https://airflow.apache.org/docs/apache-airflow/stable/security/index.html#capabilities-of-authenticated-ui-users + https://airflow.apache.org/docs/apache-airflow/stable/security/security_model.html#capabilities-of-authenticated-ui-users version_added: 2.7.0 type: string example: ~ diff --git a/docs/apache-airflow/security/index.rst b/docs/apache-airflow/security/index.rst index b86fe72f4d..7d186a09fb 100644 --- a/docs/apache-airflow/security/index.rst +++ b/docs/apache-airflow/security/index.rst @@ -20,11 +20,11 @@ Security This section of the documentation covers security-related topics. -Make sure to get familiar with the `Airflow Security Model <security_model>`_ if you want to understand +Make sure to get familiar with the :doc:`Airflow Security Model </security/security_model>` if you want to understand the different user types of Apache Airflowâ„¢, what they have access to, and the role Deployment Managers have in deploying Airflow in a secure way. Also, if you want to understand how Airflow releases security patches and what to expect from them, -head over to `Releasing security patches <releasing_security_patches>`_. +head over to :doc:`Releasing security patches </security/releasing_security_patches>`. Follow the below topics as well to understand other aspects of Airflow security:
