carlos54 commented on issue #59272: URL: https://github.com/apache/airflow/issues/59272#issuecomment-3805452550
airflow config list ` [core] dags_folder = /opt/airflow/dags hostname_callable = airflow.utils.net.getfqdn might_contain_dag_callable = airflow.utils.file.might_contain_dag_via_default_heuristic default_timezone = Europe/Paris executor = KubernetesExecutor auth_manager = airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager simple_auth_manager_users = admin:admin simple_auth_manager_all_admins = False parallelism = 5 max_active_tasks_per_dag = 2 dags_are_paused_at_creation = True max_active_runs_per_dag = 1 max_consecutive_failed_dag_runs_per_dag = 0 load_examples = False plugins_folder = /opt/airflow/plugins execute_tasks_new_python_interpreter = False fernet_key = <FERNET_KEY_MASKED> dagbag_import_timeout = 30.0 dagbag_import_error_tracebacks = True dagbag_import_error_traceback_depth = 10 default_impersonation = security = unit_test_mode = False allowed_deserialization_classes = airflow.* allowed_deserialization_classes_regexp = killed_task_cleanup_time = 60 dag_run_conf_overrides_params = True dag_discovery_safe_mode = True dag_ignore_file_syntax = glob default_task_retries = 0 default_task_retry_delay = 300 max_task_retry_delay = 86400 default_task_weight_rule = downstream task_success_overtime = 20 default_task_execution_timeout = min_serialized_dag_update_interval = 30 compress_serialized_dags = False min_serialized_dag_fetch_interval = 10 max_num_rendered_ti_fields_per_task = 30 xcom_backend = airflow.sdk.execution_time.xcom.BaseXCom lazy_load_plugins = false lazy_discover_providers = True hide_sensitive_var_conn_fields = True sensitive_var_conn_names = default_pool_task_slot_count = 128 max_map_length = 1024 daemon_umask = 0o077 test_connection = Disabled max_templated_field_length = 4096 execution_api_server_url = http://airflow-api-server:8080/execution/ colored_console_log = False fernet_key_cmd = cat /vault/secrets/fernet-key remote_logging = False [database] alembic_ini_file_path = alembic.ini sql_alchemy_conn = postgresql+psycopg2://proxy_user:***@db-proxy.internal:6432/airflow_db sql_engine_encoding = utf-8 sql_alchemy_pool_enabled = true sql_alchemy_pool_size = 5 sql_alchemy_max_overflow = 10 sql_alchemy_pool_recycle = 1800 sql_alchemy_pool_pre_ping = true max_db_retries = 3 check_migrations = True migration_batch_size = 10000 [logging] base_log_folder = /opt/airflow/logs remote_logging = false logging_level = DEBUG logging_config_class = colored_console_log = False log_format = simple_log_format = %%(asctime)s %%(levelname)s - %%(message)s dag_processor_log_target = file log_formatter_class = airflow.utils.log.timezone_aware.TimezoneAware min_length_masked_secret = 5 task_log_prefix_template = log_filename_template = dag_id={{ ti.dag_id }}/run_id={{ ti.run_id }}/task_id={{ ti.task_id }}/{%% if ti.map_index >= 0 %%}map_index={{ ti.map_index }}/{%% endif %%}attempt={{ try_number|default(ti.try_number) }}.log task_log_reader = task file_task_handler_new_folder_permissions = 0o775 file_task_handler_new_file_permissions = 0o664 [api] enable_swagger_ui = True secret_key = <API_SECRET_MASKED> expose_config = False expose_stacktrace = true base_url = https://airflow.internal host = 0.0.0.0 port = 8080 workers = 1 worker_timeout = 120 maximum_page_limit = 100 fallback_page_limit = 50 grid_view_sorting_order = topological log_fetch_timeout_sec = 5 hide_paused_dags_by_default = False page_size = 50 auto_refresh_interval = 3 secret_key_cmd = cat /vault/secrets/webserver-key [api_auth] jwt_expiration_time = 86400 jwt_cli_expiration_time = 3600 jwt_secret = cat /vault/secrets/webserver-key algorithm = RS256 audience = https://api.internal/api/v2 issuer = https://api-stg.internal jwks_url = https://auth.internal/sps/jwks [smtp] smtp_host = mail-relay.internal smtp_starttls = true smtp_ssl = false smtp_port = 25 smtp_mail_from = noreply@internal smtp_timeout = 30 smtp_retry_limit = 5 smtp_password = cat /vault/secrets/smtp-password smtp_user = noreply@internal [kubernetes] namespace = airflow-prod worker_container_repository = registry.internal/airflow worker_container_tag = 0.0.1 delete_worker_pods = True multi_namespace_mode = true in_cluster = True [webserver] rbac = True enable_proxy_fix = True ` -- 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]
