diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml index 3309a3b0a58eb..f884959a88840 100644 --- a/airflow/config_templates/config.yml +++ b/airflow/config_templates/config.yml @@ -2168,15 +2168,6 @@ type: boolean example: ~ default: "True" -- name: github_enterprise - description: ~ - options: - - name: api_rev - description: ~ - version_added: ~ - type: string - example: ~ - default: "v3" - name: elasticsearch description: ~ options: diff --git a/airflow/config_templates/default_airflow.cfg b/airflow/config_templates/default_airflow.cfg index 14351e49b89b0..b5c1d4290bd60 100644 --- a/airflow/config_templates/default_airflow.cfg +++ b/airflow/config_templates/default_airflow.cfg @@ -1087,9 +1087,6 @@ forwardable = True # Allow to remove source IP from token, useful when using token behind NATted Docker host. include_ip = True -[github_enterprise] -api_rev = v3 - [elasticsearch] # Elasticsearch host host = diff --git a/tests/core/test_config_templates.py b/tests/core/test_config_templates.py index 09b24bd4328e6..2a254fcd19ce5 100644 --- a/tests/core/test_config_templates.py +++ b/tests/core/test_config_templates.py @@ -49,7 +49,6 @@ 'scheduler', 'triggerer', 'kerberos', - 'github_enterprise', 'elasticsearch', 'elasticsearch_configs', 'kubernetes',